Dysphoria.Net.UrlRouting
2.2.0.18408
.NET Framework 4.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Dysphoria.Net.UrlRouting -Version 2.2.0.18408
dotnet add package Dysphoria.Net.UrlRouting --version 2.2.0.18408
<PackageReference Include="Dysphoria.Net.UrlRouting" Version="2.2.0.18408" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dysphoria.Net.UrlRouting --version 2.2.0.18408
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Dysphoria.Net.UrlRouting, 2.2.0.18408"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Dysphoria.Net.UrlRouting as a Cake Addin
#addin nuget:?package=Dysphoria.Net.UrlRouting&version=2.2.0.18408
// Install Dysphoria.Net.UrlRouting as a Cake Tool
#tool nuget:?package=Dysphoria.Net.UrlRouting&version=2.2.0.18408
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A library for adding statically-typed URL routing to MVC
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
- AspNetMvc (>= 4.0.20126.16343)
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 |
---|---|---|
2.2.1.37986 | 131,812 | 5/31/2014 |
2.2.0.18408 | 1,018 | 5/31/2014 |
2.1.0.39834 | 1,087 | 1/20/2014 |
2.0.0.19626 | 1,048 | 12/18/2013 |
Fixes fault with ‘cannot find method’ error.
Now deals correctly with form submission, including file uploads.
Correctly parses querystring parameters (using invariant culture) and form parameters (using user's culture).
Adds more fluent API for specifying HTTP methods, via extension methods.