RichHtmlField.Html property

Gets or sets the current HTML value in the edit control of the field control.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Overridable Property Html As String
    Get
    Set
'Usage
Dim instance As RichHtmlField
Dim value As String

value = instance.Html

instance.Html = value
public virtual string Html { get; set; }

Property value

Type: System.String

Remarks

This property is equivalent to the Value property used by the field control framework to get and set the value between the control and the ItemFieldValue interface.

See also

Reference

RichHtmlField class

RichHtmlField members

Microsoft.SharePoint.Publishing.WebControls namespace

RichHtmlField