SchemeSettingElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 SchemeSettingElementCollection 类中的元素。
public ref class SchemeSettingElement sealed : System::Configuration::ConfigurationElement
public sealed class SchemeSettingElement : System.Configuration.ConfigurationElement
type SchemeSettingElement = class
inherit ConfigurationElement
Public NotInheritable Class SchemeSettingElement
Inherits ConfigurationElement
- 继承
注解
类 SchemeSettingElementCollection 表示配置文件中 <Uri 节下的 schemeSettings> 元素。 类 SchemeSettingElement 表示 类中 SchemeSettingElementCollection 元素的实例。
SchemeSettingElementCollection配置文件中的 类和 <schemeSettings> 节看起来是泛型的,这意味着应用程序可以为任何System.GenericUriParserOptions方案指定任何枚举值。 事实上,仅 GenericUriParserOptions.DontUnescapePathDotsAndSlashes 支持 HTTP 和 HTTPS 方案的标志。 忽略所有其他设置。
构造函数
SchemeSettingElement() |
初始化 SchemeSettingElement 类的新实例。 |