Show / Hide Table of Contents

Class EightyViewEngine

An which can render IHtmlRenderer<TModel>s and IHtmlBuilderRenderer<TModel>s

Inheritance
Object
EightyViewEngine
Namespace: Eighty.AspNetCore.Mvc.ViewFeatures
Assembly: Eighty.AspNetCore.dll
Syntax
public class EightyViewEngine : IViewEngine

Constructors

| Improve this Doc View Source

EightyViewEngine(EightyViewOptions, IServiceProvider)

Create an EightyViewEngine

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
Type Name Description
String executingFilePath
String viewPath
Boolean isMainPage
Returns
Type Description
ViewEngineResult
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX