RouteMagic 1.2.0

RouteMagic is a library of useful Routing helpers. See http://haacked.com/archive/2011/01/30/introducing-routemagic.aspx for more information.

Install-Package RouteMagic -Version 1.2.0
dotnet add package RouteMagic --version 1.2.0
<PackageReference Include="RouteMagic" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RouteMagic --version 1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: RouteMagic, 1.2.0"
#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.2.0

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

Release Notes

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

Dependencies

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 History

Version Downloads Last updated
1.2.0 0 06.02.2022
1.1.3 0 06.02.2022