Check out example codes for "nethereum check gas price". It will help you in understanding the concepts better.
Code Example 1
var estimate = await transferHandler.EstimateGasAsync(contractAddress, transfer);
transfer.Gas = estimate.Value;
Learn ReactJs, React Native from akashmittal.com