mpalmer78
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...
Same here. Any help out there?
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); });`