UrlSlugOptionsCulture Property
Gets or sets the culture for string case conversion.
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 CultureInfo Culture { get; set; }
Public Overridable Property Culture As CultureInfo
Get
Set
Dim instance As UrlSlugOptions
Dim value As CultureInfo
value = instance.Culture
instance.Culture = value
public:
virtual property CultureInfo^ Culture {
CultureInfo^ get ();
void set (CultureInfo^ value);
}
abstract Culture : CultureInfo with get, set
override Culture : CultureInfo with get, set
No code example is currently available or this language may not be supported.
Property Value
CultureInfo
The culture for string case conversion.