views:

39

answers:

1

Hey There

I Have one view page, of which the content ain't always the same, ie: partial views are loaded on demand.

What i want to achieve is:

Allow users to create Virtual Pages (each with it's own url), but the pages must all point to that view.

I hope i am making sence.

Any idea's?

I have already looked at: http://rebuildall.umbraworks.net/2009/11/17/ASP_NET_MVC_and_virtual_views

+2  A: 

Close but I would say from a MVC point of view you need a custom routing engine that you can plug lookup custom URL and point them to the single view.

Scott Gothrie MVC Url Routing

Erik Philips
spot on, thanx. Good understanding of routing was required
Dusty Roberts