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