Routing related to Webforms. Mostly related to Friend- and/or Clean-URL routing, no matter the web server utilized.
WebForms routing is closely related to ASP.Net but could also include other Web Server languages (like PHP, JSP, etc.).
This process allows a web developer to remove the file extension from the page navigation URL and allow for the name of the page to only be displayed. This is in effect transforming domain.com/Contact.aspx
to domain.com/Contact
.
In the Web Forms world, this type of routing could include a QueryString or JSON data package for the URL specified.