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 ?