XhtmlControlAdapter.DocumentType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.