XhtmlControlAdapter.DocumentType Propriedade
Definição
Indica o tipo de marcação XHTML usado para renderizar o documento atual.Indicates the type of XHTML markup used to render the current document. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).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
Valor da propriedade
Um valor Doctype.A Doctype value. O padrão é NotSet , que indica que o tipo de documento ainda não foi determinado.The default is NotSet, which indicates that the document type has not yet been determined.
Comentários
Esse método é usado principalmente pelo .NET Framework internamente.This method is primarily used by the .NET Framework internally.