Page.UICulture 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置与页关联的 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。