Edit

Share via


XhtmlControlAdapter.ConditionalSetPendingBreak(XhtmlMobileTextWriter) Method

Definition

Sets a pending break if certain conditions are met. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected virtual void ConditionalSetPendingBreak(System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter writer);

Parameters

writer
XhtmlMobileTextWriter

The XhtmlMobileTextWriter object used to render the server control content on the client's browser.

Remarks

This method sets a pending break in the XhtmlMobileTextWriter if the device requires a break after this kind of control.

This method is primarily used by the .NET Framework internally.

Applies to

See also