IdnElement.Enabled 속성

정의

구성 설정의 IdnElement 값을 가져오거나 설정합니다.

public:
 property UriIdnScope Enabled { UriIdnScope get(); void set(UriIdnScope value); };
[System.Configuration.ConfigurationProperty("enabled", DefaultValue=System.UriIdnScope.None)]
public UriIdnScope Enabled { get; set; }
public UriIdnScope Enabled { get; set; }
[<System.Configuration.ConfigurationProperty("enabled", DefaultValue=System.UriIdnScope.None)>]
member this.Enabled : UriIdnScope with get, set
member this.Enabled : UriIdnScope with get, set
Public Property Enabled As UriIdnScope

속성 값

IDN 처리에 대한 현재 구성 설정을 포함하는 A UriIdnScope 입니다.

특성

설명

IDN(International Domain Name) 특성은 IDN 처리만 제어합니다. 다른 모든 IRI(International Resource Identifier) 처리(예: 문자 정규화)는 기본적으로 수행됩니다.

해당 구성 설정은 클래스에서 IdnElement IRI 처리를 제어하는 구성 설정에 System.Configuration.IriParsingElement 의해 System.Uri 간접적으로 제어됩니다. IDN 처리가 가능하려면 IRI 처리를 사용하도록 설정해야 합니다. IRI 처리를 사용하지 않도록 설정하면 IDN 처리가 호환성을 위해 .NET Framework 2.0 동작이 사용되고 IDN 이름이 사용되지 않는 기본 설정으로 설정됩니다.

첫 번째 IdnElement 클래스가 System.Uri 생성될 때 해당 구성 설정은 한 번 읽습니다. 해당 시간 이후의 구성 설정 변경 내용은 무시됩니다.

IRI 지원에 대한 자세한 내용은 클래스의 설명 섹션을 System.Uri 참조하세요.

적용 대상

추가 정보