views:

31

answers:

1

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?

+2  A: 

Partial Views

You can find more View and UI Rendering techniques here:

Views and UI Rendering in MVC Applications

Justin Niessner