Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 539 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 539 Bytes

UrlsAndRoutes

Url and Routing exercises prjects and playground to explore Asp.Net Core MVC routing using both the conventional method and attribute method. Exlplores the creation of complex routing patterns as well as dynamic url generation in Views for links and references to other parts of the progam.

For conventional routing -- check out the startup file with comments on each route that describe what the expectations are.

For examples of using tag Helpers in views that generate outgoing URLs -- see the comments on the Views.