This topic has not yet been rated - Rate this topic

XhtmlMobileDocType Enumeration

Specifies the type of XHTML for the XhtmlTextWriter class to render to the page or control.

Namespace:  System.Web.UI
Assembly:  System.Web (in System.Web.dll)
public enum XhtmlMobileDocType
Member name Description
XhtmlBasic Specifies the XHTML Basic format. This format does not support frames and styles.
XhtmlMobileProfile Specifies the XHTML Mobile Profile format.
Wml20 Specifies the WML 2.0 format.

When you specify one of the XhtmlMobileDocType enumeration values as the parameter in a XhtmlTextWriter.SetDocType method call, that value forces the text writer to adhere to the restrictions of that XHTML document type.

XHTML Basic is the mobile version of XHTML 1.0 and supports the minimum number of XHTML modules to be an XHTML document. It is designed for clients that do not support the full set of XHTML features, such as mobile phones, personal digital assistants (PDAs), pagers, and set-top boxes. With XHTML Basic, a document can be presented on the maximum number of clients, including a wide range of mobile phones with different display formats and presentation capabilities.

XHTML Mobile Profile adds to XHTML Basic several additional elements and attributes from the full XHTML 1.0, including additional presentation elements and support for internal style sheets.

WML 2.0 expands on both XHTML Basic and XHTML Mobile Profile by providing support for cascading style sheets.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ