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