WebHostBuilder.GetSetting(String) Method

Definition

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.

Implements

Applies to