Info
Version: | 1.0.0 |
Author(s): | Karthik Ananthapadmanaban |
Last Update: | Wednesday, November 19, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://karthik25.github.io/attribute-based-routes |
NuGet Url: | https://www.nuget.org/packages/AttributeBasedRoutesList |
Install
Install-Package AttributeBasedRoutesList
dotnet add package AttributeBasedRoutesList
paket add AttributeBasedRoutesList
AttributeBasedRoutesList Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.Mvc(5.0.0)
Tags
After installing the package just run your asp.net mvc 5 application, and visit "attribute-based-routes". That is, if your application is running at port 1234, you would have to visit http://localhost:1234/attribute-based-routes.
One thing to note is that the route information is displayed only if run in your local machine (Cassini or IIS).