ESRI.ArcGIS.ADF.Web.UI.WebControls
BodyHtml Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Design.HtmlEditor Namespace > Editor Class : BodyHtml Property




Get/Set the contents of the document Body, in html.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
Public Property BodyHtml As String
Visual Basic (Usage)Copy Code
Dim instance As Editor
Dim value As String
 
instance.BodyHtml = value
 
value = instance.BodyHtml
C# 
[BrowsableAttribute(false)]
public string BodyHtml {get; set;}

See Also

© 2010 All Rights Reserved.