UriSection.SchemeSettings 屬性

定義

取得 SchemeSettingElementCollection 物件,此物件包含在 Uri 類別中剖析之結構描述的組態設定。

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

屬性值

類別中配置剖析的組 Uri 態設定。

屬性

備註

屬性 SchemeSettings 不是泛型。 僅支援 HTTP 和 HTTPS 配置的 genericUriParserOptions=“DontUnescapePathDotsAndSlashes” 組態設定。 其他所有設定都會被略過。

適用於

另請參閱