HTMLElement.ClassName

HTMLElement.ClassName property

Haalt of stelt het class attribuut van het element in. Dit attribuut is hernoemd vanwege conflicten met het sleutelwoord “class” dat in veel talen voorkomt. Zie de class-attribuutdefinitie in HTML 4.01.

public string ClassName { get; set; }

Zie ook