ChildActionExtensions Methods

 

Namespace:   System.Web.Mvc.Html
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAction(HtmlHelper, String)

Invokes the specified child action method and returns the result as an HTML string.

System_CAPS_pubmethodSystem_CAPS_staticAction(HtmlHelper, String, Object)

Invokes the specified child action method with the specified parameters and returns the result as an HTML string.

System_CAPS_pubmethodSystem_CAPS_staticAction(HtmlHelper, String, RouteValueDictionary)

Invokes the specified child action method using the specified parameters and returns the result as an HTML string.

System_CAPS_pubmethodSystem_CAPS_staticAction(HtmlHelper, String, String)

Invokes the specified child action method using the specified controller name and returns the result as an HTML string.

System_CAPS_pubmethodSystem_CAPS_staticAction(HtmlHelper, String, String, Object)

Invokes the specified child action method using the specified parameters and controller name and returns the result as an HTML string.

System_CAPS_pubmethodSystem_CAPS_staticAction(HtmlHelper, String, String, RouteValueDictionary)

Invokes the specified child action method using the specified parameters and controller name and returns the result as an HTML string.

System_CAPS_pubmethodSystem_CAPS_staticRenderAction(HtmlHelper, String)

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

System_CAPS_pubmethodSystem_CAPS_staticRenderAction(HtmlHelper, String, Object)

Invokes the specified child action method using the specified parameters and renders the result inline in the parent view.

System_CAPS_pubmethodSystem_CAPS_staticRenderAction(HtmlHelper, String, RouteValueDictionary)

Invokes the specified child action method using the specified parameters and renders the result inline in the parent view.

System_CAPS_pubmethodSystem_CAPS_staticRenderAction(HtmlHelper, String, String)

Invokes the specified child action method using the specified controller name and renders the result inline in the parent view.

System_CAPS_pubmethodSystem_CAPS_staticRenderAction(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.

System_CAPS_pubmethodSystem_CAPS_staticRenderAction(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.

Return to top
Show: