ASP.NET MVC Embedding View and VirtualPathProvider

256 Views Asked by At

I've developed a software based on ASP.NET MVC and want to protect my View's Razor content. For that I created a resource file and put them there then used VirtualPathProvider for handling .cshtml request.

problem : views using @Html.Partial and no request send to GetFile method in VirtualPathProvider class.

any solution ?

0

There are 0 best solutions below