Class EightyMvcViewOptionsSetup
Configures the MvcViewOptions to set up an EightyViewEngine
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 SourceEightyMvcViewOptionsSetup(EightyViewEngine)
Creates a EightyMvcViewOptionsSetup
Declaration
public EightyMvcViewOptionsSetup(EightyViewEngine viewEngine)
Parameters
Type | Name | Description |
---|---|---|
EightyViewEngine | viewEngine |
Methods
| Improve this Doc View SourceConfigure(MvcViewOptions)
Declaration
public void Configure(MvcViewOptions options)
Parameters
Type | Name | Description |
---|---|---|
MvcViewOptions | options |
Implements
Microsoft.Extensions.Options.IConfigureOptions<TOptions>