PartialExtensions.Partial Method

Include Protected Members
Include Inherited Members

Renders the specified partial view as an HTML-encoded string.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member Partial(HtmlHelper, String) Renders the specified partial view as an HTML-encoded string.
Public methodStatic member Partial(HtmlHelper, String, Object) Renders the specified partial view as an HTML-encoded string.
Public methodStatic member Partial(HtmlHelper, String, ViewDataDictionary) Renders the specified partial view as an HTML-encoded string.
Public methodStatic member Partial(HtmlHelper, String, Object, ViewDataDictionary) Renders the specified partial view as an HTML-encoded string.

Top

See Also

Reference

PartialExtensions Class

System.Web.Mvc.Html Namespace