UriSection.SchemeSettings 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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” 組態設定。 其他所有設定都會被略過。