UrlSlugOptionsSeparator Property

Gets or sets the character that separate words in the URL slug.

Default value is '-'.

Definition

Namespace: DevCase.Core.DataProcessing.Html
Assembly: 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; }

Property Value

String
The character that separate words in the URL slug.

See Also