0
votes
2answers
48 views
Reference problems when using VirtualPathProvider to dynamically load a view
I have the following set of classes that I used to dynamically load in a View. The code below works well when called with .RenderPartial.
public class VirtFile:VirtualFile
{
pu …
