ChildActionExtensions Methods

Include Protected Members
Include Inherited Members

Methods

  Name Description
Public methodStatic member Action(HtmlHelper, String) Invokes the specified child action method and returns the result as an HTML string.
Public methodStatic member Action(HtmlHelper, String, Object) Invokes the specified child action method with the specified parameters and returns the result as an HTML string.
Public methodStatic member Action(HtmlHelper, String, String) Invokes the specified child action method using the specified controller name and returns the result as an HTML string.
Public methodStatic member Action(HtmlHelper, String, RouteValueDictionary) Invokes the specified child action method using the specified parameters and returns the result as an HTML string.
Public methodStatic member Action(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.
Public methodStatic member Action(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.
Public methodStatic member RenderAction(HtmlHelper, String) Invokes the specified child action method and renders the result inline in the parent view.
Public methodStatic 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 methodStatic 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 methodStatic 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 methodStatic 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 methodStatic 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

ChildActionExtensions Class

System.Web.Mvc.Html Namespace