RouteMagic 1.1.3

.NET Framework 4.0
There is a newer version of this package available.
See the version list below for details.
Install-Package RouteMagic -Version 1.1.3
dotnet add package RouteMagic --version 1.1.3
<PackageReference Include="RouteMagic" Version="1.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RouteMagic --version 1.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: RouteMagic, 1.1.3"
#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 RouteMagic as a Cake Addin
#addin nuget:?package=RouteMagic&version=1.1.3

// Install RouteMagic as a Cake Tool
#tool nuget:?package=RouteMagic&version=1.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on RouteMagic:

Package Downloads
NuGet.Server

Web Application used to host a read-only NuGet feed

Version Downloads Last updated
1.2.0 0 06.02.2022
1.1.3 0 06.02.2022

* 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.