ASP.NET MVC static-asset aides/practices
- by shannon
I want to keep assets that are only used by one view in a view-specific folder, so my Search.aspx properly finds images/*.jpg, and helps me maintain my convention:
~/Areas/Candidate/Views/Job/Search.aspx ->
~/Assets/Candidate/Job/Search/images/*.jpg
Perhaps with the ability to easily reference controller- or area-common assets manually or…