XhtmlMobileTextWriter.CustomBodyStyles 属性

定义

获取或设置页主体的自定义样式设置。Gets or sets custom style settings for the body of the page. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 property System::String ^ CustomBodyStyles { System::String ^ get(); void set(System::String ^ value); };
public string CustomBodyStyles { get; set; }
member this.CustomBodyStyles : string with get, set
Public Property CustomBodyStyles As String

属性值

String

如果已设置该属性,则为包含样式表信息的 string;否则为 nullA string containing style-sheet information if the property has been set; otherwise, null.

注解

此属性主要由自定义移动页和控件适配器的开发人员使用。This property is used primarily by developers of custom mobile page and control adapters.

适用于