Méthode | Description | |
---|---|---|
ResolvedRouteContext ( |
Initializes a new instance of the ResolvedRouteContext class.
|
|
ResolvedRouteContext ( string unresolvedError ) : System.Collections.Generic |
Initializes a new instance of the ResolvedRouteContext class.
|
public ResolvedRouteContext ( |
||
controllerType | Resolved controller type for the current route. | |
controllerName | string | Resolved controller name for the current route. |
action | string | Resolved action name for the current route. |
routeValues | object>.IDictionary | Resolved dictionary of the action arguments for the current route. |
routeData | Microsoft.AspNetCore.Routing.RouteData | Resolved HttpMessageHandler for the current route. |
modelState | ModelStateDictionary | Resolved model state validation for the current route. |
Résultat | System.Collections.Generic |
public ResolvedRouteContext ( string unresolvedError ) : System.Collections.Generic | ||
unresolvedError | string | Received error during the route resolving. |
Résultat | System.Collections.Generic |