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