Enum PageView.HtmlType
- Namespace
- Dynamicweb.Frontend
- Assembly
- Dynamicweb.dll
Defines how html tags of the current pageview should be rendered according to the different html standards. I.e. metatags, image tags etc.
public enum PageView.HtmlType
Fields
HTML4 = 1
- Rendering optimized for html 4 standard.
HTML5 = 3
- Rendering optimized for html 5 standard
None = 0
- Html type not defined or detected
XHTML1 = 2
- Rendering optimized for xhtml 1 standard.