UrlSlugOptionsAllowedUnicodeCategories Property

Gets or sets the list of allowed Unicode categories.

Default value is: UppercaseLetter, LowercaseLetter and DecimalDigitNumber.

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<UnicodeCategory> AllowedUnicodeCategories { get; }

Property Value

IListUnicodeCategory
The list of allowed Unicode categories.

See Also