XhtmlTextWriter::SetDocType Method (XhtmlMobileDocType)
.NET Framework (current version)
Specifies the XHTML document type for the text writer to render to the page or control.
Assembly: System.Web (in System.Web.dll)
Parameters
- docType
-
Type:
System.Web.UI::XhtmlMobileDocType
One of the XhtmlMobileDocType enumeration values.
Use the SetDocType method in a custom page adapter to define the type of XHTML that you want to render to the requesting device. Supported document types are defined in the XhtmlMobileDocType enumeration.
.NET Framework
Available since 2.0
Available since 2.0
Show: