UrlSlugOptionsAllowedCharacterRanges Property

Gets or sets the list of allowed character ranges.

Default value is: a-z (97 to 122) + A-Z (65 to 90) + 0-9 (48 to 57)

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 IList<KeyValuePair<short, short>> AllowedCharacterRanges { get; }

Property Value

IListKeyValuePairInt16, Int16
The list of allowed Unicode categories.

See Also