RouteMagic 1.3.0
Install-Package RouteMagic -Version 1.3.0
dotnet add package RouteMagic --version 1.3.0
<PackageReference Include="RouteMagic" Version="1.3.0" />
paket add RouteMagic --version 1.3.0
#r "nuget: RouteMagic, 1.3.0"
// Install RouteMagic as a Cake Addin
#addin nuget:?package=RouteMagic&version=1.3.0
// Install RouteMagic as a Cake Tool
#tool nuget:?package=RouteMagic&version=1.3.0
RouteMagic is a library of useful Routing helpers. See http://haacked.com/archive/2011/01/30/introducing-routemagic.aspx for more information.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages (8)
Showing the top 5 NuGet packages that depend on RouteMagic:
Package | Downloads |
---|---|
RouteMagic.Mvc
RouteMagic.Mvc is a library of useful Routing helpers specific to ASP.NET MVC. See http://haacked.com/archive/2011/01/30/introducing-routemagic.aspx for more information. |
|
shayypkg
My package description. |
|
FroalaEditorSDK
Ease server integration of the Froala WYSIWYG HTML Editor. |
|
RouteMagicRedirectExtension
Adds RedirectRouteExtended class which handles query strings in redirects, and allows for a specified Action to call during redirects, which may be helpful during logging. |
|
NuGet.AzureWebSite
Web Application used to host a NuGet feed on Windows Azure Web Sites. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on RouteMagic:
Repository | Stars |
---|---|
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
|
Version | Downloads | Last updated |
---|---|---|
1.3.0 | 391,436 | 8/26/2015 |
1.2.0 | 384,970 | 12/21/2011 |
1.1.3 | 480,283 | 9/23/2011 |
1.1.2 | 1,737 | 9/2/2011 |
1.1.1 | 4,402 | 7/25/2011 |
1.0.0 | 5,525 | 6/3/2011 |
0.2.2.2 | 56,728 | 4/10/2011 |
0.2.2.1 | 9,853 | 4/9/2011 |
0.2.2 | 1,746 | 2/15/2011 |
0.2.1 | 1,608 | 2/13/2011 |
0.2.0 | 1,840 | 2/3/2011 |
0.1.0 | 1,790 | 1/30/2011 |
* 1.1.3 Added IncomingOnlyRouteConstraint for routes that should only be used to match
incoming HTTP requsets and should not be used for URL generation.
* 1.3.0 Added query string re-routing thanks to a contribution by @psantiago https://github.com/Haacked/RouteMagic/pull/12