GetHtmlFieldLink Method (HtmlFilter)
In This Topic
Gets an HTML tag that represents a link in a field.
Syntax
'Declaration
Protected Function GetHtmlFieldLink( _
ByVal As Field _
) As String
protected string GetHtmlFieldLink(
Field
)
Parameters
- field
- Field that contains the link.
Return Value
An HTML tag that represents a link in a field.
See Also