HTML Editor for ASP.NET AJAX
OutputXHTML Property
Server ReferenceWinthusiasm.HtmlEditorHtmlEditorOutputXHTML
Converts the browser designMode HTML to XHTML.
Declaration Syntax
C#
public bool OutputXHTML { get; set; }
Remarks
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.

Assembly: Winthusiasm.HtmlEditor (Module: Winthusiasm.HtmlEditor) Version: 2.3.0.0 (2.3.0.0)