UrlSlugOptionsMaximumLength Property
Gets or sets the maximum length of a generated URL slug.
Default value is
Int32.
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 virtual int MaximumLength { get; set; }
Public Overridable Property MaximumLength As Integer
Get
Set
Dim instance As UrlSlugOptions
Dim value As Integer
value = instance.MaximumLength
instance.MaximumLength = value
public:
virtual property int MaximumLength {
int get ();
void set (int value);
}
abstract MaximumLength : int with get, set
override MaximumLength : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The maximum length of a generated URL slug.