PdfWebControlDisableLinkWarning Property |
Gets or sets a value indicating whether a warning is shown in this
PdfWebControl when URL links are clicked.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool DisableLinkWarning { get; set; }
Public Property DisableLinkWarning As Boolean
Get
Set
Property Value
Type:
Booleantrue if a warning should be shown when a URL link is clicked; otherwise
false and links are immediately navigated to when clicked. The default is
false.
Remarks See Also