This library provides a NancControllerModule, this creates a Nancy Module which binds methods to routes similar to the way it looks and feels in Mvc.Net.
Info
Version: | 1.0.1 |
Author(s): | Marvin Brouwer |
Last Update: | Sunday, February 14, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Marvin-Brouwer/NancyController |
NuGet Url: | https://www.nuget.org/packages/NancyController |
Install
Install-Package NancyController
dotnet add package NancyController
paket add NancyController
NancyController Download (Unzip the "nupkg" after downloading)
Dependencies
net46
- Microsoft.ApplicationInsights(>= 1.2.3)
- Microsoft.AspNet.Mvc(>= 5.2.3)
- Microsoft.AspNet.Razor(>= 3.2.3)
- Microsoft.AspNet.WebPages(>= 3.2.3)
- Microsoft.Web.Infrastructure(>= 1.0.0)
- Nancy(>= 1.4.3)
Tags