3 references to XhtmlConformance
System.Web (3)
UI\Control.cs (2)
965
xhtmlConformanceSection = RuntimeConfig.GetConfig(context).
XhtmlConformance
;
968
xhtmlConformanceSection = RuntimeConfig.GetConfig().
XhtmlConformance
;
UI\WebControls\TableItemStyle.cs (1)
61
return (RuntimeConfig.GetAppConfig().
XhtmlConformance
.Mode == XhtmlConformanceMode.Legacy);