LinkifyFormatOptionsTruncateLength Property

Gets or sets a value for the formatting helper that drops characters in discovered URLs so that the displayed link text is no longer than the specified length.

If any characters are dropped, also appends an ellipsis (…) to the result.

Default value: Infinity (no truncate).

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 double TruncateLength { get; set; }

Property Value

Double

Remarks

See Also