I do not want to add view locations to the Global, but just need it for one controller. How do I specify a different view location from within the controller? A configuration in the controller constructor would be nice, but even if there is a way to do it in the actions: return View(??)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
Yes you can inject the configuration item in constructor of a controller and yes that as the string path of the view
|
||||
|
|
|
You could always specify the location of the view explicitly:
|
|||||
|
|