Beispiel #1
0
 public HtmlTfootElement WithContextMenu(string value) => WithAttribute(Attribute.ContextMenu(value));
Beispiel #2
0
 public HtmlProgressElement WithContextMenu(string value) => WithAttribute(Attribute.ContextMenu(value));
Beispiel #3
0
 public HtmlDetailsElement WithContextMenu(string value) => WithAttribute(Attribute.ContextMenu(value));
Beispiel #4
0
 public HtmlSectionElement WithContextMenu(string value) => WithAttribute(Attribute.ContextMenu(value));
Beispiel #5
0
 public HtmlArticleElement WithContextMenu(string value) => WithAttribute(Attribute.ContextMenu(value));
Beispiel #6
0
 public HtmlColgroupElement WithContextMenu(string value) => WithAttribute(Attribute.ContextMenu(value));
Beispiel #7
0
 public static T WithContextMenu <T>(this T self, string value) where T : HtmlElement => self.WithAttribute(Attribute.ContextMenu(value));