IriParsingElement 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
클래스에서 IRI(International Resource Identifier) 처리에 Uri 대한 구성 설정을 제공합니다.
public ref class IriParsingElement sealed : System::Configuration::ConfigurationElement
public sealed class IriParsingElement : System.Configuration.ConfigurationElement
type IriParsingElement = class
inherit ConfigurationElement
Public NotInheritable Class IriParsingElement
Inherits ConfigurationElement
- 상속
설명
기존 System.Uri 클래스는 RFC 3987을 기반으로 IRI(International Resource Identifiers)에 대한 지원을 제공하도록 확장되었습니다. .NET Framework 2.0에서 업그레이드하는 사용자는 IRI를 특별히 사용하도록 설정하지 않는 한 동작이 변경되지 않습니다. 이렇게 하면 애플리케이션이 이전 버전의 .NET Framework와 호환됩니다.
첫 번째 IriParsingElement 클래스가 System.Uri 생성될 때 해당 구성 설정은 한 번 읽습니다. 해당 시간 이후의 구성 설정 변경 내용은 무시됩니다.
IRI 지원에 대한 자세한 내용은 클래스의 설명 섹션을 System.Uri 참조하세요.
생성자
| Name | Description |
|---|---|
| IriParsingElement() |
IriParsingElement 클래스의 새 인스턴스를 초기화합니다. |