parent
dd573e730b
commit
1176419f9e
|
@ -1,6 +1,6 @@
|
|||
Routing
|
||||
=======
|
||||
By `Ryan Nowak <https://github.com/rynowak>`__, `Steve Smith`_, and `Rick Anderson`_
|
||||
By `Ryan Nowak`_, `Steve Smith`_, and `Rick Anderson`_
|
||||
|
||||
Routing is used to map requests to route handlers. Routes are configured when the application starts up, and can extract values from the URL that will be used for request processing. Routing functionality is also responsible for generating links using the defined routes in ASP.NET apps.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.. _Daniel Roth: https://github.com/danroth27
|
||||
.. _Daniel Roth: https://github.com/danroth27
|
||||
.. _Rick Anderson: https://twitter.com/RickAndMSFT
|
||||
.. _Steve Smith: http://ardalis.com
|
||||
.. _Noel Rice: http://blog.falafel.com/author/noel-rice/
|
||||
|
@ -23,3 +23,4 @@
|
|||
.. _Cesar Blum Silveira: https://github.com/cesarbs
|
||||
.. _Victor Hurdugaci: https://twitter.com/victorhurdugaci
|
||||
.. _Shayne Boyer: https://twitter.com/spboyer
|
||||
.. _Ryan Nowak: https://github.com/rynowak
|
||||
|
|
Loading…
Reference in New Issue