Show / Hide Table of Contents

Class EightyMvcViewOptionsSetup

Configures the to set up an EightyViewEngine

Inheritance
Object
EightyMvcViewOptionsSetup
Namespace: Eighty.AspNetCore.Mvc.ViewFeatures
Assembly: Eighty.AspNetCore.dll
Syntax
public class EightyMvcViewOptionsSetup : IConfigureOptions<MvcViewOptions>

Constructors

| Improve this Doc View Source

EightyMvcViewOptionsSetup(EightyViewEngine)

Creates a EightyMvcViewOptionsSetup

Declaration
public EightyMvcViewOptionsSetup(EightyViewEngine viewEngine)
Parameters
Type Name Description
EightyViewEngine viewEngine

Methods

| Improve this Doc View Source

Configure(MvcViewOptions)

Declaration
public void Configure(MvcViewOptions options)
Parameters
Type Name Description
MvcViewOptions options
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX