Difference between URL Pattern and Routing Pattern ?

Posted by Kasani007 under ASP.NET MVC on 8/11/2014 | Points: 10 | Views : 1479 | Status : [Member] | Replies : 1
Difference between URL Pattern and Routing Pattern ?




Responses

Posted by: Manimaddu on: 8/11/2014 [Member] Starter | Points: 25

Up
0
Down
A URL pattern can contain literal values and variable placeholders. The literals and placeholders are located in segments of the URL which are delimited by the slash (/) character.

In ASP.NET routing, you can define URL patterns that map to request-handler files, but that do not necessarily include the names of those files in the URL. In addition, you can include placeholders in a URL pattern so that variable data can be passed to the request handler without requiring a query string

Thanks & Regards,
Mani Kumar

Kasani007, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response