Show / Hide Table of Contents

Class EightyViewAdapter<TModel>

Wraps an IHtmlRenderer<TModel> into an System.Web.Mvc.IView

Inheritance
Object
EightyViewAdapter<TModel>
Implements
System.Web.Mvc.IView
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Eighty.AspNet.Mvc.ViewFeatures
Assembly: Eighty.AspNet.Mvc.dll
Syntax
public class EightyViewAdapter<TModel> : IView
Type Parameters
Name Description
TModel

The model type

Constructors

| Improve this Doc View Source

EightyViewAdapter(String, IHtmlRenderer<TModel>)

Creates an EightyViewAdapter<TModel>

Declaration
public EightyViewAdapter(string path, IHtmlRenderer<TModel> view)
Parameters
Type Name Description
String path

The view path

IHtmlRenderer<TModel> view

The view

Properties

| Improve this Doc View Source

Path

Declaration
public string Path { get; }
Property Value
Type Description
String

Methods

| Improve this Doc View Source

Render(ViewContext, TextWriter)

Declaration
public void Render(ViewContext context, TextWriter writer)
Parameters
Type Name Description
System.Web.Mvc.ViewContext context
TextWriter writer

Implements

System.Web.Mvc.IView
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX