XhtmlTextWriter.SetDocType(XhtmlMobileDocType) メソッド

定義

テキスト ライターがページまたはコントロールにレンダリングする XHTML ドキュメント タイプを指定します。

public:
 virtual void SetDocType(System::Web::UI::XhtmlMobileDocType docType);
public virtual void SetDocType (System.Web.UI.XhtmlMobileDocType docType);
abstract member SetDocType : System.Web.UI.XhtmlMobileDocType -> unit
override this.SetDocType : System.Web.UI.XhtmlMobileDocType -> unit
Public Overridable Sub SetDocType (docType As XhtmlMobileDocType)

パラメーター

docType
XhtmlMobileDocType

XhtmlMobileDocType 列挙値のいずれか。

注釈

SetDocTypeカスタム ページ アダプターのメソッドを使用して、要求するデバイスにレンダリングする XHTML の種類を定義します。 サポートされているドキュメントの種類は、列挙体で XhtmlMobileDocType 定義されます。

適用対象

こちらもご覧ください