Returns true if the device requires the content-type meta tag. The default value is false.
public virtual bool RequiresContentTypeMetaTag {
get
}
Remarks
If set to true, the CHTML and HTML adapters will insert the following <meta> tag in the <head> section of the generated pages:
<meta http-equiv="Content-Type" content="XXXX; charset=YYYY">
where XXXX is the value of the PreferredRenderingMime property of the target device, and YYYY is the character set used to encode the response.
See Also
Applies to: MobileCapabilities Class