ChildActionExtensions.RenderAction Method
Include Protected Members
Include Inherited Members
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 | |
---|---|---|
RenderAction(HtmlHelper, String) | Invokes the specified child action method and renders the result inline in the parent view. | |
RenderAction(HtmlHelper, String, Object) | Invokes the specified child action method using the specified parameters and renders the result inline in the parent view. | |
RenderAction(HtmlHelper, String, String) | Invokes the specified child action method using the specified controller name and renders the result inline in the parent view. | |
RenderAction(HtmlHelper, String, RouteValueDictionary) | Invokes the specified child action method using the specified parameters and renders the result inline in the parent view. | |
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. | |
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