DetectUrls Property (RenderField)
In This Topic
If the current field's
RTF property is
true, this property gets or sets a value indicating whether Uniform Resource Locators (URLs) will be automatically formatted when found in the text.
Syntax
'Declaration
Public Property DetectUrls As Boolean
public bool DetectUrls {get; set;}
See Also