TaxonomyField.TargetTemplate Property
Gets or sets the Web-relative URL of the target page that is used to construct the hyperlink on each Term object when the TaxonomyField object is rendered.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Property TargetTemplate As String
Get
Set
'Usage
Dim instance As TaxonomyField
Dim value As String
value = instance.TargetTemplate
instance.TargetTemplate = value
public string TargetTemplate { get; set; }
Property Value
Type: System.String
The Web-relative URL of the target page that is used to construct the hyperlink on each Term when the TaxonomyField is rendered.