Where do you store images for asp.net mvc projects and how do you reference them from site.master

前端 未结 5 484
春和景丽
春和景丽 2021-01-30 15:53

I have a new asp.net mvc project and i am trying to figure out the best place to store images and also how i would reference them from site.master (in cases where i have a heade

5条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-30 16:05

    What I generally do is create an "Images" folder inside my Content folder. Where you place your images is really up to you, as long as you are consistent.

    Referencing these images from your Site.Master is the same as if you referenced it from any view:

    
    

    alt text

提交回复
热议问题