Reputation: 103707
In webforms, if I wanted to display a list of categories I would create a category control. this control would either take in parameters or analyze the current url and list the categories and breadcrumb as appropriate.
What options do I have with asp.net mvc?
Upvotes: 0
Views: 59
Reputation: 245509
You can find more View and UI Rendering techniques here:
Views and UI Rendering in MVC Applications
Upvotes: 2