UriSection.SchemeSettings Właściwość

Definicja

SchemeSettingElementCollection Pobiera obiekt zawierający ustawienia konfiguracji schematu Uri analizy w klasie.

public:
 property System::Configuration::SchemeSettingElementCollection ^ SchemeSettings { System::Configuration::SchemeSettingElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("schemeSettings")]
public System.Configuration.SchemeSettingElementCollection SchemeSettings { get; }
public System.Configuration.SchemeSettingElementCollection SchemeSettings { get; }
[<System.Configuration.ConfigurationProperty("schemeSettings")>]
member this.SchemeSettings : System.Configuration.SchemeSettingElementCollection
member this.SchemeSettings : System.Configuration.SchemeSettingElementCollection
Public ReadOnly Property SchemeSettings As SchemeSettingElementCollection

Wartość właściwości

Ustawienia konfiguracji schematu analizowania w Uri klasie.

Atrybuty

Uwagi

Właściwość SchemeSettings nie jest ogólna. Obsługiwane są tylko ustawienia konfiguracji genericUriParserOptions="DontUnescapePathDotsAndSlashes" dla schematów HTTP i HTTPS. Wszystkie inne ustawienia są ignorowane.

Dotyczy

Zobacz też