共用方式為


XhtmlMobileTextWriter.WriteDoctypeDeclaration(Doctype) 方法

定義

寫入對目標裝置來說是唯一的 <!DOCTYPE> 宣告,並由提供的 Doctype 值表示。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

public:
 virtual void WriteDoctypeDeclaration(System::Web::UI::MobileControls::Adapters::XhtmlAdapters::Doctype type);
public virtual void WriteDoctypeDeclaration (System.Web.UI.MobileControls.Adapters.XhtmlAdapters.Doctype type);
abstract member WriteDoctypeDeclaration : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.Doctype -> unit
override this.WriteDoctypeDeclaration : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.Doctype -> unit
Public Overridable Sub WriteDoctypeDeclaration (type As Doctype)

參數

type
Doctype

Doctype 值,表示要寫入的宣告型別。

備註

頁面配接器會呼叫這個方法,並根據 type寫入下列檔類型宣告:

類型 說明
XhtmlBasic <\!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
XhtmlMobileProfile <\!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
Wml20 <\!DOCTYPE html PUBLIC "-//WAPFORUM//DTD WML 2.0//EN" "http://www.wapforum.org/dtd/wml20.dtd">

這個方法主要是由自定義行動頁面和控制配接器的開發人員使用。

適用於

另請參閱