System.Web.UI.MobileControls.Adapters.XhtmlAdapters Namespace

Contains classes you can use to override the life-cycle stages of a mobile control to modify its default XHTML markup or behavior for new markup standards or for specific browsers and mobile devices. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Classes

XhtmlCalendarAdapter

Provides an XHTML adapter class for the Calendar. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

XhtmlCommandAdapter

Provides a command adapter class for the XHTML adapter set. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

XhtmlControlAdapter

Provides a default control adapter for rendering mobile controls in XHTML markup. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

XhtmlCssHandler

Handles requests for cascading style sheet (CSS) style information for adapters in the System.Web.UI.MobileControls.Adapters.XhtmlAdapters namespace. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

XhtmlFormAdapter

Provides the form adapter class for the XHTML mobile controls adapter set. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

XhtmlImageAdapter

Provides an image adapter class for the XHTML adapter set. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

XhtmlLabelAdapter

Provides a label adapter class for the XHTML adapter set. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

XhtmlLinkAdapter

Provides a link adapter class for the XHTML adapter set. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

XhtmlListAdapter

Provides a list adapter class for the XHTML adapter set. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

XhtmlLiteralTextAdapter

Provides a literal text adapter class for the XHTML adapter set. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

XhtmlMobileTextWriter

Provides text writer functionality for devices targeted by the XHTML adapter set, including Extensible Hypertext Markup Language (XHTML), XHTML Mobile, and Wireless Markup Language (WML). For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

XhtmlObjectListAdapter

Provides an object list adapter for the mobile XHTML adapter set. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

XhtmlPageAdapter

Provides a page adapter for the XHTML adapter set. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

XhtmlPanelAdapter

Provides a panel adapter class for the XHTML adapter set. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

XhtmlPhoneCallAdapter

Provides a phone call adapter class for the XHTML adapter set. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

XhtmlSelectionListAdapter

Provides a selection list adapter class for the XHTML adapter set. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

XhtmlTextBoxAdapter

Provides a text box adapter class for the XHTML adapter set. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

XhtmlTextViewAdapter

Provides a text view adapter class for the XHTML adapter set. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

XhtmlValidationSummaryAdapter

Provides a validation summary adapter class for the XHTML adapter set. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

XhtmlValidatorAdapter

Provides a validator adapter class for the XHTML adapter set. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Enums

Doctype

Specifies the type of XHTML markup for an XhtmlTextWriter class to render to the page or control. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

StyleSheetLocation

Specifies the type of location for the style sheet for a mobile control or page. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Remarks

XhtmlControlAdapter is inherited by all adapter classes in the System.Web.UI.MobileControls.Adapters.XhtmlAdapters namespace, including XhtmlLabelAdapter and XhtmlSelectionListAdapter.

See also