I've read how to use Spark View Engine instead of Webform View Engine in a Mvc2 Project so I think we can do the same with Razor View Engine but when I search on GOOGLE, I cant find anything helpful. So, to you pros I post this question. Please help! Thanks so much!
Attention: Razor in Mvc2 project, not in Mvc3.
Thanks again!
相关问题
- TextBoxFor decimal
- how to get full servername and port running in mvc
- How to do an inline style with asp.net mvc 3 razor
- Issue with updating model on AJAX “POST”
- Windows Shared hosting - custom scheduled task
相关文章
- “Dynamic operations can only be performed in homog
- Breakpoint in ASP.NET MVC Razor view will not be h
- How to define function that returns html in asp.ne
- MVC 3 Razor - Trigger validation from controller
- Where to configure Razor page language version to
- MVC submit button not firing
- Mocking HttpRequest and HttpResponse for MVC Appli
- Undoing “Set as Start Page”
While this is technically possible, you'll need to copy vast swaths of code from the MVC3 source.
Razor will still need .Net 4.0, so this is really not worth it; you should just upgrade to MVC3.