Dysphoria.Net.UrlRouting
                              
                            
                                3.0.2.26366
                            
                        
                    dotnet add package Dysphoria.Net.UrlRouting --version 3.0.2.26366
NuGet\Install-Package Dysphoria.Net.UrlRouting -Version 3.0.2.26366
        
        
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="Dysphoria.Net.UrlRouting" Version="3.0.2.26366" />
        
        
For projects that support PackageReference, copy this XML node into the project file to reference the package.
                    
    
    <PackageVersion Include="Dysphoria.Net.UrlRouting" Version="3.0.2.26366" />
<PackageReference Include="Dysphoria.Net.UrlRouting" />
        
        
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
                    
    
    paket add Dysphoria.Net.UrlRouting --version 3.0.2.26366
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    #r "nuget: Dysphoria.Net.UrlRouting, 3.0.2.26366"
        
        
#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.
                    
    
    #:package Dysphoria.Net.UrlRouting@3.0.2.26366
        
        
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
                    
    
    #addin nuget:?package=Dysphoria.Net.UrlRouting&version=3.0.2.26366
#tool nuget:?package=Dysphoria.Net.UrlRouting&version=3.0.2.26366
        
        
 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 Compatible and additional computed target framework versions. | 
|---|---|
| .NET Framework | net472 is compatible. net48 was computed. net481 was computed. | 
        
        Compatible target framework(s)
    
    
        
        Included target framework(s) (in package)
    
    Learn more about Target Frameworks and .NET Standard.
- 
                                                    .NETFramework 4.7.2- Microsoft.AspNet.Mvc (>= 4.0.20710)
 
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 | 
|---|---|---|
| 3.0.2.26366 | 28,446 | 10/21/2022 | 
| 3.0.1.19546 | 688 | 10/12/2022 | 
| 3.0.0.30081 | 1,004 | 10/6/2022 | 
| 2.2.1.37986 | 136,760 | 5/31/2014 | 
| 2.2.0.18408 | 1,741 | 5/31/2014 | 
| 2.1.0.39834 | 1,860 | 1/20/2014 | 
| 2.0.0.19626 | 1,843 | 12/18/2013 | 
Now async Controller actions get Session state enabled by default, just like synchronous actions.