This topic has not yet been rated - Rate this topic

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.

  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
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.