ChildActionExtensions.RenderAction Method (System.Web.Mvc.Html)

Switch View :
ScriptFree
.NET Framework Class Library
ChildActionExtensions.RenderAction Method

Invokes a child action method and renders the result inline in the parent view.

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 method Static member RenderAction(HtmlHelper, String) Invokes the specified child action method and renders the result inline in the parent view.
Public method Static member RenderAction(HtmlHelper, String, Object) Invokes the specified child action method using the specified parameters and renders the result inline in the parent view.
Public method Static member RenderAction(HtmlHelper, String, String) Invokes the specified child action method using the specified controller name and renders the result inline in the parent view.
Public method Static member RenderAction(HtmlHelper, String, RouteValueDictionary) Invokes the specified child action method using the specified parameters and renders the result inline in the parent view.
Public method Static member RenderAction(HtmlHelper, String, String, Object) Invokes the specified child action method using the specified parameters and controller name and renders the result inline in the parent view.
Public method Static member RenderAction(HtmlHelper, String, String, RouteValueDictionary) Invokes the specified child action method using the specified parameters and controller name and renders the result inline in the parent view.
Top
See Also

Reference