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

Definition

Namespace: DevCase.Core.DataProcessing.Html
Assembly: 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; }

Property Value

String

Remarks

See Also