Class EightyMvcViewOptionsSetup
Configures the
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 |