Show / Hide Table of Contents

Class MvcBuilderExtensions

Extension methods for IMvcBuilder for configuring Eighty

Inheritance
Object
MvcBuilderExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Eighty.AspNetCore.Mvc
Assembly: Eighty.AspNetCore.dll
Syntax
public static class MvcBuilderExtensions

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

System.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
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX