LanguageRegionCssClass Property

Gets or sets the CSS class for the entire language region.

Definition

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
C#
public string? CssClass { get; set; }

Property Value

String
The CSS class for the language region, or if the region doesn't need to be surrounded by an element with a CSS class.

See Also