commit
053339ccd9
|
@ -201,7 +201,7 @@ app.UseMvc(routes =>
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
The route names give the route a logical name so that the named route can be used for URL generation. This greatly simplifies URL creation when the ordering of routes could make URL generation complicated. Routes names must be unique application-wide.
|
The route names give the route a logical name so that the named route can be used for URL generation. This greatly simplifies URL creation when the ordering of routes could make URL generation complicated. Route names must be unique application-wide.
|
||||||
|
|
||||||
Route names have no impact on URL matching or handling of requests; they are used only for URL generation. [Routing](xref:fundamentals/routing) has more detailed information on URL generation including URL generation in MVC-specific helpers.
|
Route names have no impact on URL matching or handling of requests; they are used only for URL generation. [Routing](xref:fundamentals/routing) has more detailed information on URL generation including URL generation in MVC-specific helpers.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue