UrlSlugOptionsEarlyTruncate Property
Gets or sets a value indicating whether the string is truncated before normalization.
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 bool EarlyTruncate { get; set; }
Public Overridable Property EarlyTruncate As Boolean
Get
Set
Dim instance As UrlSlugOptions
Dim value As Boolean
value = instance.EarlyTruncate
instance.EarlyTruncate = value
public:
virtual property bool EarlyTruncate {
bool get ();
void set (bool value);
}
abstract EarlyTruncate : bool with get, set
override EarlyTruncate : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Booleantrue if the string is truncated before normalization; otherwise,
false.