HtmlMobileTextWriter.EndStyleContext Method

Definition

Completes a new Style block. This API is obsolete. 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 ()

Remarks

Use the BeginStyleContext method to start the Style block.

Applies to

See also