Answers for "how to change the layout of view in mvc"

0

how to change the layout of view in mvc

@{
    Layout = "~/Views/Shared/_newLayout.cshtml";
    ViewBag.Title = "Index";
}
Posted by: Guest on February-15-2021

Code answers related to "how to change the layout of view in mvc"

Browse Popular Code Answers by Language