http://stackoverflow.com/questions/208421/render-partial-from-different-folder-not-shared
Just include the path to the view, with the file extension.
Razor:
@Html.Partial("~/Views/AnotherFolder/Messages.cshtml", ViewData.Model.Successes)
http://stackoverflow.com/questions/208421/render-partial-from-different-folder-not-shared
Just include the path to the view, with the file extension.
Razor:
@Html.Partial("~/Views/AnotherFolder/Messages.cshtml", ViewData.Model.Successes)