UrlSlugOptionsSeparator Property
Gets or sets the character that separate words in the URL slug.
Default value is '-'.
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 string Separator { get; set; }
Public Overridable Property Separator As String
Get
Set
Dim instance As UrlSlugOptions
Dim value As String
value = instance.Separator
instance.Separator = value
public:
virtual property String^ Separator {
String^ get ();
void set (String^ value);
}
abstract Separator : string with get, set
override Separator : string with get, set
No code example is currently available or this language may not be supported.
Property Value
String
The character that separate words in the URL slug.