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)
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<KeyValuePair<short, short>> AllowedCharacterRanges { get; }
Public ReadOnly Property AllowedCharacterRanges As IList(Of KeyValuePair(Of Short, Short))
Get
Dim instance As UrlSlugOptions
Dim value As IList(Of KeyValuePair(Of Short, Short))
value = instance.AllowedCharacterRanges
public:
property IList<KeyValuePair<short, short>>^ AllowedCharacterRanges {
IList<KeyValuePair<short, short>>^ get ();
}
member AllowedCharacterRanges : IList<KeyValuePair<int16, int16>> with get
No code example is currently available or this language may not be supported.
Property Value
IListKeyValuePairInt16,
Int16
The list of allowed Unicode categories.