Exemple #1
0
 public new HtmlOutputElement WithChild(HtmlElement child) => (HtmlOutputElement)base.WithChild(child);
Exemple #2
0
 public new HtmlTableElement WithChild(HtmlElement child) => (HtmlTableElement)base.WithChild(child);
Exemple #3
0
 public new HtmlDataElement WithChild(HtmlElement child) => (HtmlDataElement)base.WithChild(child);
Exemple #4
0
 public new HtmlOptgroupElement WithChild(HtmlElement child) => (HtmlOptgroupElement)base.WithChild(child);
Exemple #5
0
 public new HtmlScriptElement WithChild(HtmlElement child) => (HtmlScriptElement)base.WithChild(child);
Exemple #6
0
 public new HtmlCanvasElement WithChild(HtmlElement child) => (HtmlCanvasElement)base.WithChild(child);
Exemple #7
0
 public new HtmlParamElement WithChild(HtmlElement child) => (HtmlParamElement)base.WithChild(child);