ASP MVC: Upload Image from Database as Full Background CSS
问题 I'm still fiddling with MVC and I want to set a full background image which would be retrieved from the database . This is what I used to do in CSS and love to do whenever I need full background: .banana3-sm{ background-image: url('../images/banana3-sm.png'); background-size: contain; background-position: center center; background-repeat: no-repeat; height: 100%; } Below is what I'm using currently because I don't know how to upload the image link from database to CSS. In Controller: model