示例#1
0
 public HtmlTfootElement WithAccessKey(string value) => WithAttribute(Attribute.AccessKey(value));
示例#2
0
 public HtmlProgressElement WithAccessKey(string value) => WithAttribute(Attribute.AccessKey(value));
示例#3
0
 public HtmlSectionElement WithAccessKey(string value) => WithAttribute(Attribute.AccessKey(value));
示例#4
0
 public HtmlDetailsElement WithAccessKey(string value) => WithAttribute(Attribute.AccessKey(value));
示例#5
0
 public HtmlSummaryElement WithAccessKey(string value) => WithAttribute(Attribute.AccessKey(value));
示例#6
0
 public HtmlArticleElement WithAccessKey(string value) => WithAttribute(Attribute.AccessKey(value));
示例#7
0
 public HtmlColgroupElement WithAccessKey(string value) => WithAttribute(Attribute.AccessKey(value));
示例#8
0
 public static T WithAccessKey <T>(this T self, string value) where T : HtmlElement => self.WithAttribute(Attribute.AccessKey(value));
示例#9
0
 public HtmlMenuItemElement WithAccessKey(string value) => WithAttribute(Attribute.AccessKey(value));