Regular expressions to use when parsing links from text.
public static IList<Regex> LinkPatterns { get; }
Public Shared ReadOnly Property LinkPatterns() As System.Collections.Generic.IList(Of System.Text.RegularExpressions.Regex)
Get
public:
static property System::Collections::Generic::IList<System::Text::RegularExpressions::Regex^>^ LinkPatterns
{
System::Collections::Generic::IList<System::Text::RegularExpressions::Regex^>^ get()
}
public static List<Pattern> getLinkPatterns()
A list of the regular expressions to use when parsing links from text. The default value is a list containing two regular expressions: The first to parse links such as http, https, ftp, file, mailto, etc. and the second to parse email addresses.
You can add or modify this list to control how links are parsed from text. Call ResetLinkPatterns to set the list back to the default values.
Refer to AutoParseLinks for more information.
For an example, refer to GetLinks
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET