public Render(string color, string srcImageBot)
        {
            _color       = color;
            _srcImageBot = srcImageBot;

            _tagHtml = new TagHtml();
            _tagHtml.TotalBtnPostback = 0;
            _tagHtml.TotalCarousel    = 0;
        }
Ejemplo n.º 2
0
 public static TagHtml dir(this TagHtml tag, Dir value)
 {
     tag.Dir = value; return(tag);
 }
Ejemplo n.º 3
0
 public static TagHtml lang(this TagHtml tag, LangCode value)
 {
     tag.Lang = value; return(tag);
 }
Ejemplo n.º 4
0
 public static TagHtml xmllang(this TagHtml tag, string value)
 {
     tag.XmlLang = value; return(tag);
 }
Ejemplo n.º 5
0
 public static TagHtml xmlns(this TagHtml tag, string value)
 {
     tag.XmlNs = value; return(tag);
 }