WebHostBuilder.GetSetting(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the setting value from the configuration.
public:
virtual System::String ^ GetSetting(System::String ^ key);
public string GetSetting (string key);
public string? GetSetting (string key);
abstract member GetSetting : string -> string
override this.GetSetting : string -> string
Public Function GetSetting (key As String) As String
Parameters
- key
- String
The key of the setting to look up.
Returns
The value the setting currently contains.