Class EightyViewEngine
Inheritance
EightyViewEngine
Assembly: Eighty.AspNetCore.dll
Syntax
public class EightyViewEngine : IViewEngine
Constructors
|
Improve this Doc
View Source
EightyViewEngine(EightyViewOptions, IServiceProvider)
Declaration
public EightyViewEngine(EightyViewOptions options, IServiceProvider serviceProvider)
Parameters
Type |
Name |
Description |
EightyViewOptions |
options |
The view options
|
IServiceProvider |
serviceProvider |
The service provider
|
Methods
|
Improve this Doc
View Source
FindView(ActionContext, String, Boolean)
Declaration
public ViewEngineResult FindView(ActionContext context, string viewName, bool isMainPage)
Parameters
Type |
Name |
Description |
ActionContext |
context |
|
String |
viewName |
|
Boolean |
isMainPage |
|
Returns
Type |
Description |
ViewEngineResult |
|
|
Improve this Doc
View Source
GetView(String, String, Boolean)
Declaration
public ViewEngineResult GetView(string executingFilePath, string viewPath, bool isMainPage)
Parameters
Returns
Type |
Description |
ViewEngineResult |
|