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?
|
Take the standard return statement for a controller:
is there a way to make this thing compile time safe? using static reflection or some other trick?
| ||||
|
feedback
|
|
Yes; you're looking for this.
| |||||||||||||||
feedback
|