LinkifyFormatOptionsIgnoreTags Property
Gets or sets a value that prevent linkify from trying to parse links in the specified tags.
Use this when running linkify on arbitrary HTML.
Note: for
Html interface only.
Default value: null
Namespace: DevCase.Core.DataProcessing.HtmlAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string[] IgnoreTags { get; set; }
Public Property IgnoreTags As String()
Get
Set
Dim instance As LinkifyFormatOptions
Dim value As String()
value = instance.IgnoreTags
instance.IgnoreTags = value
public:
property array<String^>^ IgnoreTags {
array<String^>^ get ();
void set (array<String^>^ value);
}
member IgnoreTags : string[] with get, set
No code example is currently available or this language may not be supported.
Property Value
String