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