LinkifyFormatOptionsLinkValidationSelector Property

Gets or sets a value to filter out certain links to prevent linkify from highlighting them based on any desired criteria.

Accepts a function that takes the link type, the link value, and returns true if the link value should be converted into an anchor tag, or false otherwise.

Default value: True for all link types.

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 Func<LinkifyLinkType, string, bool> LinkValidationSelector { get; set; }

Property Value

FuncLinkifyLinkType, String, Boolean

Remarks

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also