The Index.cshtml in "Parent" project. @{ ViewBag.Title = "Parent"; }
@section scripts{ } The Index.cshtml in "Child" project. @{ ViewBag.Title = "Child"; }
@section scripts{ }