HtmlMobileTextWriter.EndStyleContext 方法

定义

完成新的 Style 块。Completes a new Style block. 此 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:
 void EndStyleContext();
public void EndStyleContext ();
member this.EndStyleContext : unit -> unit
Public Sub EndStyleContext ()

注解

使用 BeginStyleContext 方法可启动样式块。Use the BeginStyleContext method to start the Style block.

适用于