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.ControlsAssembly: 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; }
<ObsoleteAttribute("The Html property is deprecated in KaxEditor for ASP.NET Ajax. Use Content instead.",
false)>
Public Property Html As String
Get
Set
public:
[ObsoleteAttribute(L"The Html property is deprecated in KaxEditor for ASP.NET Ajax. Use Content instead.",
false)]
property String^ Html {
String^ get ();
void set (String^ value);
}
[<ObsoleteAttribute("The Html property is deprecated in KaxEditor for ASP.NET Ajax. Use Content instead.",
false)>]
member Html : string with get, set
Property Value
Type:
String
The text content of the KaxEditor control including the HTML markup. The default is
string.Empty.
See Also