Show / Hide Table of Contents

Interface IHtmlRenderer<TModel>

Represents a process which can render a TModel as Html

Namespace: Eighty
Assembly: Eighty.dll
Syntax
public interface IHtmlRenderer<in TModel>
Type Parameters
Name Description
TModel

The model type

Methods

| Improve this Doc View Source

Render(TModel)

Render a TModel as Html

Declaration
Html Render(TModel model)
Parameters
Type Name Description
TModel model

The model

Returns
Type Description
Html

The HTML

Extension Methods

EightyActionResultFactory.ToActionResult<TModel>(IHtmlRenderer<TModel>, TModel, Nullable<HttpStatusCode>, Boolean)
EightyActionResultFactory.ToActionResult<TModel>(IHtmlRenderer<TModel>, TModel, Nullable<HttpStatusCode>)
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX