I have
IConfiguration cfg;
string keyName;
Will cfg.GetSection(keyName)
tell me whether the key exists inside cfg ?
I just need to know if the key (keyName) exists.
I don't care about its value.
I have
IConfiguration cfg;
string keyName;
Will cfg.GetSection(keyName)
tell me whether the key exists inside cfg ?
I just need to know if the key (keyName) exists.
I don't care about its value.