Security Note
Caution: Setting this property to may cause security issues if the Text can be set or updated from an external source.
[DefaultValueAttribute(false)]
public bool AutoHandleUrls { get; set; }<DefaultValueAttribute(false)>
Public Property AutoHandleUrls As Boolean
Get
Setpublic:
[DefaultValueAttribute(false)]
property bool AutoHandleUrls {
bool get ();
void set (bool value);
}[<DefaultValueAttribute(false)>]
member AutoHandleUrls : bool with get, set