ChildActionExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents support for calling child action methods and rendering the result inline in a parent view.
public static class ChildActionExtensions
type ChildActionExtensions = class
Public Module ChildActionExtensions
- Inheritance
-
ChildActionExtensions
Methods
Action(HtmlHelper, String, Object) |
Invokes the specified child action method with the specified parameters and returns the result as an HTML string. |
Action(HtmlHelper, String, RouteValueDictionary) |
Invokes the specified child action method using the specified parameters and returns the result as an HTML string. |
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. |
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. |
Action(HtmlHelper, String, String) |
Invokes the specified child action method using the specified controller name and returns the result as an HTML string. |
Action(HtmlHelper, String) |
Invokes the specified child action method and returns the result as an HTML string. |
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, 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. |
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) |
Invokes the specified child action method and renders the result inline in the parent view. |