Element.ClassName

Element.ClassName property

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; }

Property Value

The class attribute.

See Also