Exemplo n.º 1
0
		public WebFormsHtmlFoldParser(IHtmlReaderFactory htmlReaderFactory)
			: base(htmlReaderFactory)
		{
		}
Exemplo n.º 2
0
		public HtmlFoldParser(IHtmlReaderFactory htmlReaderFactory)
		{
			this.htmlReaderFactory = htmlReaderFactory;
		}
 public HtmlFoldParser(IHtmlReaderFactory htmlReaderFactory)
 {
     this.htmlReaderFactory = htmlReaderFactory;
 }
Exemplo n.º 4
0
 public WebFormsHtmlFoldParser(IHtmlReaderFactory htmlReaderFactory)
     : base(htmlReaderFactory)
 {
 }