Determines if the Design Mode document includes the meta tag for emulating IE 7.
| C# |
public bool DesignModeEmulateIE7 { get; set; }
The default is true.
If Internet Explorer 8 is used in standards mode, including this meta in the design mode document causes it to emulate IE 7. The meta tag is only included if Internet Explorer is the browser.