Show / Hide Table of Contents

Class EightyViewEngine

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

Inheritance
Object
EightyViewEngine
Implements
IViewEngine
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 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

Implements

Microsoft.AspNetCore.Mvc.ViewEngines.IViewEngine
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX