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”配置设置。 忽略所有其他设置。

适用于

另请参阅