C# Class Nancy.EmbeddedContent.EmbeddedRegistrations

Application registrations supporting views embedded in an assembly
Inheritance: Registrations
Show file Open project: jugglingnutcase/Nancy.EmbeddedContent

Public Methods

Method Description
EmbeddedRegistrations ( ) : Nancy.Bootstrapper

Registers the EmbeddedViewLocationProvider with the container to enable embedded views

Method Details

EmbeddedRegistrations() public method

Registers the EmbeddedViewLocationProvider with the container to enable embedded views
public EmbeddedRegistrations ( ) : Nancy.Bootstrapper
return Nancy.Bootstrapper