示例#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));