We have a webapp that pulls content from other sites, but when we serve up that content we need to re-write all of the URLs for links, images, CSS files, JS files etc to give the appearance this content is coming from another site. Currently we do this whith a whole slew of regular expressions. Is there a way to use HtmlAgility to do this to simplify and optimize this process?
↧