RestfulRouting 1.4.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package RestfulRouting --version 1.4.1
NuGet\Install-Package RestfulRouting -Version 1.4.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RestfulRouting" Version="1.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RestfulRouting --version 1.4.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: RestfulRouting, 1.4.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RestfulRouting as a Cake Addin #addin nuget:?package=RestfulRouting&version=1.4.1 // Install RestfulRouting as a Cake Tool #tool nuget:?package=RestfulRouting&version=1.4.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
RestfulRouting is a routing library for ASP.NET MVC based on the Rails 3 routing DSL.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- WebActivator (>= 1.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.6.0 | 47,413 | 5/30/2016 |
1.5.0 | 9,958 | 10/5/2013 |
1.4.6 | 1,713 | 8/1/2013 |
1.4.5 | 1,594 | 7/17/2013 |
1.4.4 | 1,488 | 7/17/2013 |
1.4.3 | 1,662 | 7/16/2013 |
1.4.2 | 2,474 | 4/2/2013 |
1.4.1 | 1,589 | 4/1/2013 |
1.4.0 | 1,382 | 3/20/2013 |
1.3.5 | 1,477 | 3/4/2013 |
1.3.4 | 1,713 | 2/14/2013 |
1.3.3 | 2,132 | 1/24/2013 |
1.3.2 | 1,313 | 1/23/2013 |
1.3.1 | 2,054 | 1/2/2013 |
1.3.0 | 5,092 | 3/27/2012 |
1.2.3 | 1,891 | 3/2/2012 |
1.2.2 | 1,649 | 2/3/2012 |
1.2.0 | 1,751 | 12/23/2011 |
1.1.3 | 1,878 | 10/2/2011 |
1.1.1 | 2,065 | 3/31/2011 |
1.1.0 | 1,776 | 3/29/2011 |
1.0.2 | 1,841 | 3/22/2011 |
1.0.1 | 3,856 | 1/7/2011 |
1.0.0 | 2,325 | 1/7/2011 |
Fixed a small issue with the Form validation running in the method constraint.