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