次の方法で共有


XhtmlControlAdapter.DocumentType プロパティ

定義

現在のドキュメントのレンダリングに使用される XHTML マークアップの種類を示します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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

プロパティ値

Doctype 値です。 既定値は NotSet で、ドキュメントの種類がまだ決定されていないことを示します。

注釈

このメソッドは、主に .NET Framework 内部で使用されます。

適用対象

こちらもご覧ください