Show / Hide Table of Contents

Class EightyMvcViewOptionsSetup

Configures the MvcViewOptions to set up an EightyViewEngine

Inheritance
Object
EightyMvcViewOptionsSetup
Implements
Microsoft.Extensions.Options.IConfigureOptions<MvcViewOptions>
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.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

Implements

Microsoft.Extensions.Options.IConfigureOptions<TOptions>
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX