You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="routeValues">An object that contains the parameters for a route. You can use routeValues to provide the parameters that are bound to the action method parameters. The routeValues parameter is merged with the original route values and overrides them.</param>
41
42
/// <param name="excludeFromParentCache">A flag that determines whether the action should be excluded from any parent cache.</param>
42
43
/// <returns>The child action result as an HTML string.</returns>
/// <param name="routeValues">A dictionary that contains the parameters for a route. You can use routeValues to provide the parameters that are bound to the action method parameters. The routeValues parameter is merged with the original route values and overrides them.</param>
54
55
/// <param name="excludeFromParentCache">A flag that determines whether the action should be excluded from any parent cache.</param>
55
56
/// <returns>The child action result as an HTML string.</returns>
/// <param name="routeValues">An object that contains the parameters for a route. You can use routeValues to provide the parameters that are bound to the action method parameters. The routeValues parameter is merged with the original route values and overrides them.</param>
81
82
/// <param name="excludeFromParentCache">A flag that determines whether the action should be excluded from any parent cache.</param>
82
83
/// <returns>The child action result as an HTML string.</returns>
@@ -105,7 +106,7 @@ public static void RenderAction(this HtmlHelper htmlHelper, string actionName, b
105
106
/// <param name="routeValues">A dictionary that contains the parameters for a route. You can use routeValues to provide the parameters that are bound to the action method parameters. The routeValues parameter is merged with the original route values and overrides them.</param>
106
107
/// <param name="excludeFromParentCache">A flag that determines whether the action should be excluded from any parent cache.</param>
@@ -117,7 +118,7 @@ public static void RenderAction(this HtmlHelper htmlHelper, string actionName, o
117
118
/// <param name="actionName">The name of the child action method to invoke.</param>
118
119
/// <param name="routeValues">A dictionary that contains the parameters for a route. You can use routeValues to provide the parameters that are bound to the action method parameters. The routeValues parameter is merged with the original route values and overrides them.</param>
119
120
/// <param name="excludeFromParentCache">A flag that determines whether the action should be excluded from any parent cache.</param>
@@ -142,7 +143,7 @@ public static void RenderAction(this HtmlHelper htmlHelper, string actionName, s
142
143
/// <param name="controllerName">The name of the controller that contains the action method.</param>
143
144
/// <param name="routeValues">A dictionary that contains the parameters for a route. You can use routeValues to provide the parameters that are bound to the action method parameters. The routeValues parameter is merged with the original route values and overrides them.</param>
144
145
/// <param name="excludeFromParentCache">A flag that determines whether the action should be excluded from any parent cache.</param>
@@ -155,7 +156,7 @@ public static void RenderAction(this HtmlHelper htmlHelper, string actionName, s
155
156
/// <param name="controllerName">The name of the controller that contains the action method.</param>
156
157
/// <param name="routeValues">A dictionary that contains the parameters for a route. You can use routeValues to provide the parameters that are bound to the action method parameters. The routeValues parameter is merged with the original route values and overrides them.</param>
157
158
/// <param name="excludeFromParentCache">A flag that determines whether the action should be excluded from any parent cache.</param>
@@ -181,7 +182,7 @@ public static void RenderAction(this HtmlHelper htmlHelper, string actionName, s
181
182
/// <param name="routeValues">A dictionary that contains the parameters for a route. You can use routeValues to provide the parameters that are bound to the action method parameters. The routeValues parameter is merged with the original route values and overrides them.</param>
182
183
/// <param name="excludeFromParentCache">A flag that determines whether the action should be excluded from any parent cache.</param>
183
184
/// <returns>The child action result as an HTML string.</returns>
0 commit comments