mpalmer78

Results 3 comments of mpalmer78

@robinmanuelthiel nice addition! I too had struggled with resolving my "Views" and "ViewModels" but built my own IFreshPageModelMapper so that I could keep my Views in the Views folder/namespace and...

Found the issue. DefaultHandler was changed to HtmlBuilder. Updated code would be: `var builder = new Tautologistics.NodeHtmlParser.HtmlBuilder(function (error, dom) { if (error) console.log(error); });`