Sdílet prostřednictvím


UriSection.SchemeSettings Vlastnost

Definice

SchemeSettingElementCollection Získá objekt, který obsahuje nastavení konfigurace pro schéma parsování ve Uri třídě.

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

Hodnota vlastnosti

Nastavení konfigurace pro parsování schématu ve Uri třídě.

Atributy

Poznámky

Vlastnost SchemeSettings není obecná. Podporuje se pouze konfigurační nastavení genericUriParserOptions="DontUnescapePathDotsAndSlashes" pro schémata HTTP a HTTPS. Všechna ostatní nastavení se ignorují.

Platí pro

Viz také