XhtmlMobileTextWriter.ExitFormat Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
- Style
- EnterFormat(Style)
- WriteEndTag(String)
- ASP.NET and XHTML Compliance
- Architectural Overview of Adaptive Control Behavior
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
Remarks
This method is used primarily by developers of custom mobile page and control adapters.
See also
- Style
- EnterFormat(Style)
- WriteEndTag(String)
- ASP.NET and XHTML Compliance
- Architectural Overview of Adaptive Control Behavior