XhtmlControlAdapter.DocumentType Property

Definition

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 Mobile Apps & Sites with ASP.NET.

protected:
 virtual property System::Web::UI::MobileControls::Adapters::XhtmlAdapters::Doctype DocumentType { System::Web::UI::MobileControls::Adapters::XhtmlAdapters::Doctype get(); };
protected virtual System.Web.UI.MobileControls.Adapters.XhtmlAdapters.Doctype DocumentType { get; }
member this.DocumentType : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.Doctype
Protected Overridable ReadOnly Property DocumentType As Doctype

Property Value

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

Remarks

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

Applies to

See also