Page.UICulture 속성

정의

페이지와 관련된 Thread 개체의 UI(사용자 인터페이스) ID를 설정합니다.

protected:
 property System::String ^ UICulture {  void set(System::String ^ value); };
public:
 property System::String ^ UICulture { System::String ^ get(); void set(System::String ^ value); };
protected string UICulture { set; }
[System.ComponentModel.Browsable(false)]
public string UICulture { get; set; }
member this.UICulture : string
[<System.ComponentModel.Browsable(false)>]
member this.UICulture : string with get, set
Protected Property UICulture As String
Public Property UICulture As String

속성 값

String

UI ID입니다.

특성

설명

이 속성은 속성의 바로 가기입니다 CurrentThread . 문화권은 실행 중인 스레드의 속성입니다.

UICulture.aspx 파일의 @ Page 지시문에서 특성을 설정합니다. 페이지가 요청되면 동적으로 생성된 클래스는 이 속성의 값을 설정합니다. 또한 Web.config 파일의 UICulture 세계화 요소 에서 속성 값을 명시적으로 설정할 수도 있습니다.

적용 대상

추가 정보