Show / Hide Table of Contents

Interface IHtmlBuilderRenderer<TModel>

Represents a process which can render a TModel using an HtmlBuilder

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

The model type

Methods

| Improve this Doc View Source

GetHtmlBuilder(TModel)

Get an HtmlBuilder which can render model as HTML

Declaration
HtmlBuilder GetHtmlBuilder(TModel model)
Parameters
Type Name Description
TModel model

The model

Returns
Type Description
HtmlBuilder

A HtmlBuilder

Extension Methods

EightyActionResultFactory.ToActionResult<TModel>(IHtmlBuilderRenderer<TModel>, TModel, Nullable<HttpStatusCode>)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX