Share via


SummaryLinkField.GetFieldValueAsHtml Method (Object)

Converts the value parameter into its string representation formatted as HTML.

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

Syntax

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

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

Parameters

Return Value

Type: System.String
An HTML string.

See Also

Reference

SummaryLinkField Class

SummaryLinkField Members

GetFieldValueAsHtml Overload

Microsoft.SharePoint.Publishing.Fields Namespace