@inject Microsoft.AspNetCore.Hosting.IWebHostEnvironment HostingEnvironment @await Html.PartialAsync("_Form.cshtml") @RenderSection("header", false) @RenderBody() @RenderSection("footer", false) @BundlerHelper.Render(HostingEnvironment.ContentRootPath, Url.Content("~/yisha/css/yisha.min.css")) @BundlerHelper.Render(HostingEnvironment.ContentRootPath, Url.Content("~/yisha/js/yisha-init.min.js"))