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" 構成設定のみがサポートされています。 その他すべての設定は無視されます。

適用対象

こちらもご覧ください