RichHtmlField.ItemFieldValue property

Gets or sets the value that the field will have after the next post back to the page.

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

Syntax

'Declaration
Public Overrides Property ItemFieldValue As Object
    Get
    Set
'Usage
Dim instance As RichHtmlField
Dim value As Object

value = instance.ItemFieldValue

instance.ItemFieldValue = value
public override Object ItemFieldValue { get; set; }

Property value

Type: System.Object
The HTML contained in the field.

Remarks

This override intercepts all reads and writes to the RichHtmlField object, allowing the managed navigation logic to replace URLs.

See also

Reference

RichHtmlField class

RichHtmlField members

Microsoft.SharePoint.Publishing.WebControls namespace