ClassName

HTMLElement.ClassName property

Gets or sets the class attribute of the element. This attribute has been renamed due to conflicts with the “class” keyword exposed by many languages. See the class attribute definition in HTML 4.01.

public string ClassName { get; set; }

See Also