You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
PartialViewResult (and the related factory on Controller) are useful because they avoid running _viewstart.cshtml, and as such do not inherit common layout pages. Came up during an exercise to port an MVC 5 app to MVC 6.
The text was updated successfully, but these errors were encountered:
PartialViewResult
(and the related factory on Controller) are useful because they avoid running_viewstart.cshtml
, and as such do not inherit common layout pages. Came up during an exercise to port an MVC 5 app to MVC 6.The text was updated successfully, but these errors were encountered: