Class EightyMvcConfiguration
Configures MVC for use with Eighty
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 SourceViewOptions
The view options
Declaration
public EightyViewConfiguration ViewOptions { get; }
Property Value
Type | Description |
---|---|
Eighty |
Methods
| Improve this Doc View SourceConfigure(Action<EightyMvcConfiguration>)
Configure MVC for use with Eighty
Declaration
public static void Configure(Action<EightyMvcConfiguration> configure)
Parameters
Type | Name | Description |
---|---|---|
System. |
configure | An System.Action<T> which configures the Eighty |