RichImageSelector.AllowHyperlinks Property
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 RichImageSelector
Dim value As Boolean
value = instance.AllowHyperlinks
instance.AllowHyperlinks = value
[BrowsableAttribute(true)]
public bool AllowHyperlinks { get; set; }
Property Value
Type: System.Boolean
When set to false, this flag does not allow hyperlinks to be added to the HTML.
Remarks
If you set this property to false, <A>, <AREA> and <MAP> tags will be removed from the HTML. The default is true. This property also indicates whether the editing user interface (UI) enables these operations.