PartialExtensions.Partial Method (HtmlHelper, String, Object)
Renders the specified partial view as an HTML-encoded string.
Namespace: System.Web.Mvc.Html
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public static MvcHtmlString Partial( this HtmlHelper htmlHelper, string partialViewName, Object model )
Parameters
- htmlHelper
- Type: System.Web.Mvc.HtmlHelper
The HTML helper instance that this method extends.
- partialViewName
- Type: System.String
The name of the partial view to render.
- model
- Type: System.Object
The model for the partial view.
Return Value
Type: System.Web.Mvc.MvcHtmlStringThe partial view that is rendered as an HTML-encoded string.