Routing

Get an overview of how the Umbraco pipeline is structured. See what happens from user request to content delivery.

Request Pipeline

Matching a URL to a content item & determining the rendering engine (MVC or Webforms).

Match an MVC Controller and Action to handle the request.

The MVC Action and View are executed. During this execution you can query for published data to be displayed/rendered.

IPublishedContent is a strongly typed underlying model used in all Umbraco views.

Use UmbracoHelper to query published media and content.

This section covers the IMemberManager.

Last updated