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 SourceRender(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 |