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)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX