3 references to XhtmlMobileProfile
System.Web.Mobile (3)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (2)
428return _documentType = Doctype.XhtmlMobileProfile; 444if (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\">";