示例#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));