Esempio n. 1
0
        public RsHtml(RsWrap origin, DcHtml htmlDocument)
        {
            _origin  = origin;
            _htmlDoc = htmlDocument;

            headers = new List <KeyValuePair <string, string> >()
            {
                new KeyValuePair <string, string>("Content-Type", "text/html;charset=utf-8")
            };
        }
Esempio n. 2
0
 public MainPage(DcHtml content)
 {
     _content = content;
 }