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




Document text should be used to load/save the entire document, including html and body start/end tags.

Syntax

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

See Also

© 2010 All Rights Reserved.