Esempio n. 1
0
 public HtmlSectionElement WithClass(string value) => WithAttribute(Attribute.Class(value));
Esempio n. 2
0
 public HtmlFieldsetElement WithClass(string value) => WithAttribute(Attribute.Class(value));
Esempio n. 3
0
 public HtmlLegendElement WithClass(string value) => WithAttribute(Attribute.Class(value));
Esempio n. 4
0
 public HtmlHeaderElement WithClass(string value) => WithAttribute(Attribute.Class(value));
Esempio n. 5
0
 public HtmlDatalistElement WithClass(string value) => WithAttribute(Attribute.Class(value));
Esempio n. 6
0
 public HtmlIframeElement WithClass(string value) => WithAttribute(Attribute.Class(value));
Esempio n. 7
0
 public HtmlNoscriptElement WithClass(string value) => WithAttribute(Attribute.Class(value));
Esempio n. 8
0
 public HtmlTfootElement WithClass(string value) => WithAttribute(Attribute.Class(value));
Esempio n. 9
0
 public HtmlTextAreaElement WithClass(string value) => WithAttribute(Attribute.Class(value));
Esempio n. 10
0
 public HtmlArticleElement WithClass(string value) => WithAttribute(Attribute.Class(value));
Esempio n. 11
0
 public HtmlColgroupElement WithClass(string value) => WithAttribute(Attribute.Class(value));
Esempio n. 12
0
 public static T WithClass <T>(this T self, string value) where T : HtmlElement => self.WithAttribute(Attribute.Class(value));
Esempio n. 13
0
 public HtmlCanvasElement WithClass(string value) => WithAttribute(Attribute.Class(value));
Esempio n. 14
0
 public HtmlDetailsElement WithClass(string value) => WithAttribute(Attribute.Class(value));
Esempio n. 15
0
 public HtmlTemplateElement WithClass(string value) => WithAttribute(Attribute.Class(value));
Esempio n. 16
0
 public HtmlStrongElement WithClass(string value) => WithAttribute(Attribute.Class(value));
Esempio n. 17
0
 public HtmlSummaryElement WithClass(string value) => WithAttribute(Attribute.Class(value));
Esempio n. 18
0
 public HtmlProgressElement WithClass(string value) => WithAttribute(Attribute.Class(value));
Esempio n. 19
0
 public HtmlMenuItemElement WithClass(string value) => WithAttribute(Attribute.Class(value));