Show / Hide Table of Contents

Class EightyMvcConfiguration

Configures MVC for use with Eighty

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

Properties

| Improve this Doc View Source

ViewOptions

The view options

Declaration
public EightyViewConfiguration ViewOptions { get; }
Property Value
Type Description
EightyViewConfiguration

Methods

| Improve this Doc View Source

Configure(Action<EightyMvcConfiguration>)

Configure MVC for use with Eighty

Declaration
public static void Configure(Action<EightyMvcConfiguration> configure)
Parameters
Type Name Description
System.Action<EightyMvcConfiguration> configure

An System.Action<T> which configures the EightyViewEngine.

  • Improve this Doc
  • View Source
In This Article
  • Properties
    • ViewOptions
  • Methods
    • Configure(Action<EightyMvcConfiguration>)
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX