Skip to content

thisispaulsmith/CustomViewLocation

Repository files navigation

CustomViewLocation

Build status MyGet NuGet

Simple extension to simplify custom view location in ASP.NET Core MVC.

Currently defines ~/Features and ~/Features/_Shared as view locations.

Installation

Install from NuGet

PM> Install-Package CustomViewLocation

Usage

Update Startup.cs

public class Startup
{
    // ...
    public void ConfigureServices(IServiceCollection services)
    {
        // ...
        service.AddCustomViewLocation();
        // ...
    } 
    // ...
}

About

Feature view location for ASP.NET Core

Resources

Stars

Watchers

Forks

Packages

No packages published