viewengine
How do I clear the view file location cache used by the ViewEngine in ASP.Net MVC 3
The ViewEngine in ASP.Net MVC 3 caches the physical paths of the views and partial views which is causing errors when I add or move view files in my production environment. Is there a way I can clear[详细]
2023-04-07 00:28 分类:问答asp.net mvc ViewEngineResult FindView and virtual path provider
What role ViewEngineResult FindView method plays in asp.net mvc, can we change the view location in this method. I can understand VirtualPathProvider but have some confusion about FindView method. 开发[详细]
2023-04-06 03:28 分类:问答Is there a jade template engine for ASP.NET MVC?
I\'ve always been searching for a best suitable ViewEngine for me in ASP.NET MVC, and after observing a ton of template engines in either JAVA, PHP, Python, Ruby, NodeJS... I found the jade template a[详细]
2023-04-02 20:41 分类:问答In asp.net mvc, how do I switch the masterpage from the view?
I have been reading this link from Steven Sanderson about mobile web development http://www.asp.net/learn/whitepapers/add-mobile-pages-to-your-aspnet-web-forms-mvc-application, and I am trying to exec[详细]
2023-03-23 21:12 分类:问答How can I load external layout files using RazorEngine?
I\'ve been trying for days (really, days) to use \"external\" files (provided from a different server using an ashx handler) as layouts in Razor.[详细]
2023-03-17 06:13 分类:问答Override the Default ViewEngine to Look in Different Directories
I created an area in Visual Studio which automatically adds the appropriate bits in the \"Areas\" directory. I renamed this to \"Modules\" but now when i navigate to /{area}/{controller/{action} it st[详细]
2023-03-13 21:31 分类:问答While learning SharePoint 2010, what View Engine should i use in ASP.NET MVC 3?
While learning SharePoint 2010, what View Engine should i use in ASP.NET MVC 3? My goal is to choose a View Engine that also helps improving my skills developing for SharePoint 2010.[详细]
2023-03-02 16:20 分类:问答Using Spark or Razor viewengine with OpenRasta
has anyone used Spark or Razor view engine with Op开发者_开发技巧enRasta framework? or any suggestion on the view engine other than the build in WebForms ?There is Spark and Razor ViewEngine support f[详细]
2023-03-02 15:05 分类:问答How to write a Visual Studio extension for a template or markup language that supports embedded code snippets
Is it possible to write an extension for Visual Studio 2010 that provides syntax highlighting, intellisense, outlining, etc for a custom template or markup language supporting embedded code snippets,[详细]
2023-03-01 17:13 分类:问答How to use a Partial from a UNC Path?
I\'m trying to use partials from a UNC path.I\'ve extended the RazorViewEngine to include the path, and registered properly.When I load the view, it shows that path that I have included with the parti[详细]
2023-02-25 16:18 分类:问答