am confused right now with Razor ViewEngine for ASP.NET MVC.
most of you would say:
View.Title
is the same with
ViewData["Title"]
after running the application I get this
Compiler Error Message: CS0103: The name 'View' does not exist in the current context
what gives? did I miss something? am using VWD 2010 Express + ASP.NET MVC 3 R2