Converts the browser designMode HTML to XHTML.
| C# |
public bool OutputXHTML { get; set; }
The default is true.
When set the editor converts the browser HTML to XHTML on the following client-side events:
- Switching from Design mode to Html mode
- Save
This conversion takes place on the client.
If not set no conversion takes place and the browser designMode HTML is output.