예제 #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));