Search Results for

    Show / Hide Table of Contents

    Class RenderPartialExtensions

    Extended RenderPartial methods

    Inheritance
    Object
    RenderPartialExtensions
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    In This Article
    Back to top Generated by DocFX