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