XhtmlTextWriter.SetDocType(XhtmlMobileDocType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the XHTML document type for the text writer to render to the page or control.
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)
Parameters
- docType
- XhtmlMobileDocType
One of the XhtmlMobileDocType enumeration values.
Remarks
Use the SetDocType method in a custom page adapter to define the type of XHTML that you want to render to the requesting device. Supported document types are defined in the XhtmlMobileDocType enumeration.
Applies to
See also
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.