Class RenderPartialExtensions
Extended RenderPartial methods
Inherited Members
Namespace: NipoSoftware.Nfield.Interviewing.Extensions
Assembly: NipoSoftware.Nfield.TemplateHelpers.dll
Syntax
public static class RenderPartialExtensions
Methods
RenderPartial(HtmlHelper, Object)
Render a partial view for the specified model
.
The selected partial view will always be convention based on the type-name of the
model, and may optionally be prefixed based on model specific properties.
Declaration
public static void RenderPartial(this HtmlHelper html, object model)
Parameters
Type | Name | Description |
---|---|---|
HtmlHelper | html | |
Object | model |