How to apply full background image in asp.net MVC

前端 未结 5 362
野性不改
野性不改 2021-01-12 09:02

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

5条回答
  •  [愿得一人]
    2021-01-12 09:45

    Firstly I would say, treat '.cshtml' just like '.html' for all designing purposes. To add background image in a view (.cshtml page in Asp.net MVC), you simply need to add it in < body > tag as 'background' attribute. I have provided the sample code. Have a Look.

    
    
    
    Login Page
    
    
    
    
    
    
    
    

    Regards! SAHB

提交回复
热议问题