Table of Contents

Property ClassList

Namespace
TinyComponents
Assembly
TinyComponents.dll

ClassList

Gets or sets the list of CSS classes for the HTML element. Initializes with an empty list. Use this to apply CSS class names to the element.

public ICollection<string> ClassList { get; set; }

Property Value

ICollection<string>