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) 和國際化域名。 除非用戶特別啟用 IRI 和 IDN,否則目前使用者不會看到來自 .NET Framework 2.0 行為的任何變更。 這可確保應用程式與舊版 .NET framework 相容。
您可以使用 類別擷取 IRI 和 IDN 的組 UriSection 態設定。
建構函式
UriSection() |
初始化 UriSection 類別的新執行個體。 |