Share via


LinkField.GetValidatedString method

Returns the HTML string corresponding to an <A> tag with properties as specified in the value parameter.

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

Syntax

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

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

Parameters

Return value

Type: System.String
An HTML string.

See also

Reference

LinkField class

LinkField members

Microsoft.SharePoint.Publishing.Fields namespace