Class MvcBuilderExtensions
Extension methods for
Namespace: Eighty.AspNetCore.Mvc
Assembly: Eighty.AspNetCore.dll
Syntax
public static class MvcBuilderExtensions : object
Methods
| Improve this Doc View SourceAddEighty(IMvcBuilder, Action<EightyViewOptions>)
Configure all of Eighty's MVC features.
Declaration
public static IMvcBuilder AddEighty(this IMvcBuilder builder, Action<EightyViewOptions> registerEightyViews)
Parameters
Type | Name | Description |
---|---|---|
IMvcBuilder | builder | The MVC builder |
Action<EightyViewOptions> | registerEightyViews | An action to register your application's views with the EightyViewEngine |
Returns
Type | Description |
---|---|
IMvcBuilder | The MVC builder |