I would like to return a PHP page from a route handler like so:
return BuildManager.CreateInstanceFromVirtualPath("/redirects.php", typeof(Page)) as Page;
This requires an extra buildProvider and returns a page with PHP directives unprocessed, so I can view all the PHP code with View Source. How can I tell it to process the code rather than just output the page?