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