Routing in Umbraco
What the Umbraco Request Pipeline is
This section describes what the Umbraco Request Pipeline is, how Umbraco matches a document to a given request and how it generates a URL for a document.
The request pipeline is the process of building up the URL for a node, resolving a request to a specified node and making sure that the right content is sent back.

what is the pipeline
This section will describe the components that you can use to modify Umbraco's request pipeline: IContentFinder &
IUrlProvider
Last modified 13d ago