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