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

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

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

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 Action(HtmlHelper, String) Invokes the specified child action method and returns the result as an HTML string.
Public method Static member Action(HtmlHelper, String, Object) Invokes the specified child action method with the specified parameters and returns the result as an HTML string.
Public method Static 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 method Static member Action(HtmlHelper, String, RouteValueDictionary) Invokes the specified child action method using the specified parameters and returns the result as an HTML string.
Public method Static 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 method Static 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.
Top
See Also

Reference