Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the constraint that allows hyperlinks to be added to the HTML.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property AllowHyperlinks As Boolean
Get
Set
'Usage
Dim instance As RichHtmlField
Dim value As Boolean
value = instance.AllowHyperlinks
instance.AllowHyperlinks = value
[BrowsableAttribute(true)]
public bool AllowHyperlinks { get; set; }
Property Value
Type: System.Boolean
When this flag is set to false, hyperlinks are not allowed in the HTML.
Remarks
If this flag is set to false, <A>, <AREA> and <MAP> tags are removed from the HTML. Default is true. This property also determines whether the editing user interface (UI) enables these operations.
See Also
Reference
Microsoft.SharePoint.Publishing.WebControls Namespace
[:Microsoft.SharePoint.Publishing.WebControls.RichHtmlField]