UrlSlugOptionsAllowedUnicodeCategories Property
Gets or sets the list of allowed Unicode categories.
Default value is:
UppercaseLetter,
LowercaseLetter and
DecimalDigitNumber.
Namespace: DevCase.Core.DataProcessing.HtmlAssembly: 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; }
Public ReadOnly Property AllowedUnicodeCategories As IList(Of UnicodeCategory)
Get
Dim instance As UrlSlugOptions
Dim value As IList(Of UnicodeCategory)
value = instance.AllowedUnicodeCategories
public:
property IList<UnicodeCategory>^ AllowedUnicodeCategories {
IList<UnicodeCategory>^ get ();
}
member AllowedUnicodeCategories : IList<UnicodeCategory> with get
No code example is currently available or this language may not be supported.
Property Value
IListUnicodeCategory
The list of allowed Unicode categories.