Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Marvin-Brouwer/NancyController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nancy Controller

Using Nancy the way you're used to in Mvc.Net

About

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.

Installation

Install the nuget Package: NancyController
PM > Install-Package NancyController

Usage

The usage is very similar to the normal way, if you'd like to see an example you can check it out here: /Source/NancyController.Poc.

public sealed class HomeModule : NancyControllerModule
{
    public Negotiator Index()
    {
        return View["Index"];
    }
}

About

Using Nancy the way you're used to in Mvc.Net

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages