XhtmlTextWriter.SetDocType(XhtmlMobileDocType) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定文本编写器要呈现到页或控件的 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 定义。