SPField.GetFieldValueAsHtml method

Gets the field value in HTML format in order to render the field value directly on the page.

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

Syntax

'Declaration
Public Overridable Function GetFieldValueAsHtml ( _
    value As Object _
) As String
'Usage
Dim instance As SPField
Dim value As Object
Dim returnValue As String

returnValue = instance.GetFieldValueAsHtml(value)
public virtual string GetFieldValueAsHtml(
    Object value
)

Parameters

Return value

Type: System.String
The value in HTML format.

Remarks

Use this method for version history and other managed code rendering. Do not use this method in Display forms, which use Collaborative Application Markup Language (CAML) for field rendering to share common logic with field rendering in list views.

See also

Reference

SPField class

SPField members

Microsoft.SharePoint namespace