I’ve just recently started to build a web site using ASP.NET – MVC 4, and Im trying to wrap my head around how this works.
There are some data I would like to display on every page and have understood that Partial Views are great for this.
Is it possible to create a controller that always provides data for the partial view? Or how can I solve this?
That’s called a child action.
Call
Html.Action(...).