TaxonomyWebTaggingControl.IsIgnoreFormatting property
Gets or sets whether this control will format valid and invalid Term objects or leave them as plain text.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Property IsIgnoreFormatting As Boolean
Get
Set
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As Boolean
value = instance.IsIgnoreFormatting
instance.IsIgnoreFormatting = value
public bool IsIgnoreFormatting { get; set; }
Property value
Type: System.Boolean
A Boolean that determines whether this control formats Term objects, or leaves them as plain text
See also
Reference
TaxonomyWebTaggingControl class