Page.UICulture 属性

定义

设置与页关联的 Thread 对象的用户界面 (UI) ID。

protected string UICulture { set; }
[System.ComponentModel.Browsable(false)]
public string UICulture { get; set; }

属性值

用户界面 ID。

属性

注解

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

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

适用于

产品 版本
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

另请参阅