I\'m new to asp.net MVC and I need to have a full background image on the login page. Im getting confused with all of the cshtmls and getting lost on where to set the full b
In case if you want change background in a particular View just add thise code
@section head{ }
But dont forget in Layout of this View add following line
@RenderSection("head", required: false)