UriSection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示配置文件中的 Uri 节。
public ref class UriSection sealed : System::Configuration::ConfigurationSection
public sealed class UriSection : System.Configuration.ConfigurationSection
type UriSection = class
inherit ConfigurationSection
Public NotInheritable Class UriSection
Inherits ConfigurationSection
- 继承
注解
现有 System.Uri 类已扩展,为国际资源标识符(IRI)和国际化域名提供支持。 从 .NET Framework 2.0 升级的用户不会看到任何行为更改,除非他们专门启用 IRI 和 IDN。 这可确保应用程序与早期版本的 .NET Framework 兼容。
可以使用类检索 UriSection IRI 和 IDN 的配置设置。
构造函数
| 名称 | 说明 |
|---|---|
| UriSection() |
初始化 UriSection 类的新实例。 |