XhtmlMobileTextWriter.ExitFormat Method

Definition

Removes the current style, restores the previous style as the current formatting style, and calls the WriteEndTag(String) method to close the current element. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Overloads

ExitFormat(Style, Boolean)

Removes the current style, restores the previous style as the current formatting style, and calls the WriteEndTag(String) method to close the current element. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ExitFormat(Style)

Removes the current style, restores the previous style as the current formatting style, and calls the WriteEndTag(String) method to close the current element. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ExitFormat(Style, Boolean)

Removes the current style, restores the previous style as the current formatting style, and calls the WriteEndTag(String) method to close the current element. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 override void ExitFormat(System::Web::UI::MobileControls::Style ^ style, bool breakafter);
public override void ExitFormat (System.Web.UI.MobileControls.Style style, bool breakafter);
override this.ExitFormat : System.Web.UI.MobileControls.Style * bool -> unit
Public Overrides Sub ExitFormat (style As Style, breakafter As Boolean)

Parameters

style
Style

A Style object to exit from.

breakafter
Boolean

A Boolean value that indicates whether to force a break after the current element if the element is not a block element.

Remarks

This method is used primarily by developers of custom mobile page and control adapters.

See also

Applies to

ExitFormat(Style)

Removes the current style, restores the previous style as the current formatting style, and calls the WriteEndTag(String) method to close the current element. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 override void ExitFormat(System::Web::UI::MobileControls::Style ^ style);
public override void ExitFormat (System.Web.UI.MobileControls.Style style);
override this.ExitFormat : System.Web.UI.MobileControls.Style -> unit
Public Overrides Sub ExitFormat (style As Style)

Parameters

style
Style

The Style to exit from.

Remarks

This method is used primarily by developers of custom mobile page and control adapters.

See also

Applies to