Click or drag to resize
KaxEditorHtml Property

Note: This API is now obsolete.

Gets or sets the text content of the KaxEditor control inlcuding the HTML markup. The Html property is deprecated in KaxEditor. Use Content instead.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[ObsoleteAttribute("The Html property is deprecated in KaxEditor for ASP.NET Ajax. Use Content instead.", 
	false)]
public string Html { get; set; }

Property Value

Type: String
The text content of the KaxEditor control including the HTML markup. The default is string.Empty.
See Also