XhtmlControlAdapter::DocumentType Property

 

Indicates the type of XHTML markup used to render the current document. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls.Adapters.XhtmlAdapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

protected:
property Doctype DocumentType {
	virtual Doctype get();
}

Property Value

Type: System.Web.UI.MobileControls.Adapters.XhtmlAdapters::Doctype

A Doctype value. The default is Doctype::NotSet, which indicates that the document type has not yet been determined.

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

.NET Framework
Available since 2.0
Return to top
Show: