3 references to XhtmlMobileProfile
System.Web.Mobile (3)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (2)
428
return _documentType = Doctype.
XhtmlMobileProfile
;
444
if (DocumentType == Doctype.
XhtmlMobileProfile
|| DocumentType == Doctype.Wml20) {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlMobileTextWriter.cs (1)
68
_doctypeDeclarations[Doctype.
XhtmlMobileProfile
] = "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\" \"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">";