Show / Hide Table of Contents

Class MvcBuilderExtensions

Extension methods for for configuring Eighty

Inheritance
Object
MvcBuilderExtensions
Namespace: Eighty.AspNetCore.Mvc
Assembly: Eighty.AspNetCore.dll
Syntax
public static class MvcBuilderExtensions : object

Methods

| Improve this Doc View Source

AddEighty(IMvcBuilder, Action<EightyViewOptions>)

Configure all of Eighty's MVC features.

Declaration
public static IMvcBuilder AddEighty(this IMvcBuilder builder, Action<EightyViewOptions> registerEightyViews)
Parameters
Type Name Description
IMvcBuilder builder

The MVC builder

Action<EightyViewOptions> registerEightyViews

An action to register your application's views with the EightyViewEngine

Returns
Type Description
IMvcBuilder

The MVC builder

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX