Tagged Questions

6
votes
1answer
101 views

Can you make Asp.net MVC View wireup compile time safe?

Take the standard return statement for a controller: return View("Index"); is there a way to make this thing compile time safe? using static reflection or some other trick?