UrlSlugOptionsToUpper Property

Gets or sets a value indicating whether to upper-case the resulting string.

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 bool ToUpper { get; set; }

Property Value

Boolean
true if the resulting string must be upper-cased; otherwise, false.

See Also