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

属性值

用户界面 ID。

属性

注解

此属性是 属性的 CurrentThread 快捷方式。 区域性是执行线程的属性

UICulture .aspx 文件中的 @ Page 指令中设置 属性。 请求页面时,动态生成的类将设置此属性的值。 此外,还可以在 Web.config 文件的全球化元素中显式设置 属性的值UICulture

适用于

另请参阅