Ejemplo n.º 1
0
 public static HtmlTextWriter Isindex([NotNull] this HtmlTextWriter writer, [CanBeNull] object atts = null)
 {
     return(writer.PushTag("isindex", atts));
 }
Ejemplo n.º 2
0
 public static HtmlTextWriter Address([NotNull] this HtmlTextWriter writer, [CanBeNull] object atts = null)
 {
     return(writer.PushTag("address", atts));
 }
Ejemplo n.º 3
0
 public static HtmlTextWriter Acronym([NotNull] this HtmlTextWriter writer, [CanBeNull] object atts = null)
 {
     return(writer.PushTag("acronym", atts));
 }
Ejemplo n.º 4
0
 public static HtmlTextWriter Html([NotNull] this HtmlTextWriter writer, [CanBeNull] object atts = null)
 {
     return(writer.PushTag("html", atts));
 }
Ejemplo n.º 5
0
 public static HtmlTextWriter Colgroup([NotNull] this HtmlTextWriter writer, [CanBeNull] object atts = null)
 {
     return(writer.PushTag("colgroup", atts));
 }
Ejemplo n.º 6
0
 public static HtmlTextWriter Frameset([NotNull] this HtmlTextWriter writer, [CanBeNull] object atts = null)
 {
     return(writer.PushTag("frameset", atts));
 }
Ejemplo n.º 7
0
 public static HtmlTextWriter Blockquote([NotNull] this HtmlTextWriter writer, [CanBeNull] object atts = null)
 {
     return(writer.PushTag("blockquote", atts));
 }
Ejemplo n.º 8
0
 public static HtmlTextWriter Caption([NotNull] this HtmlTextWriter writer, [CanBeNull] object atts = null)
 {
     return(writer.PushTag("caption", atts));
 }
Ejemplo n.º 9
0
 public static HtmlTextWriter Bgsound([NotNull] this HtmlTextWriter writer, [CanBeNull] object atts = null)
 {
     return(writer.PushTag("bgsound", atts));
 }
Ejemplo n.º 10
0
 public static HtmlTextWriter Details([NotNull] this HtmlTextWriter writer, [CanBeNull] object atts = null)
 {
     return(writer.PushTag("details", atts));
 }
Ejemplo n.º 11
0
 public static HtmlTextWriter Datalist([NotNull] this HtmlTextWriter writer, [CanBeNull] object atts = null)
 {
     return(writer.PushTag("datalist", atts));
 }
Ejemplo n.º 12
0
 public static HtmlTextWriter Summary([NotNull] this HtmlTextWriter writer, [CanBeNull] object atts = null)
 {
     return(writer.PushTag("summary", atts));
 }
Ejemplo n.º 13
0
 public static HtmlTextWriter KeyGen([NotNull] this HtmlTextWriter writer, [CanBeNull] object atts = null)
 {
     return(writer.PushTag("keygen", atts));
 }