C# Class MyTested.AspNetCore.Mvc.Internal.Routing.ExpressionParsedRouteContext

Contains route information from parsed expression.
ファイルを表示 Open project: ivaylokenov/MyTested.AspNetCore.Mvc

Public Methods

Method Description
ExpressionParsedRouteContext ( Type controllerType, string controllerName, string action, object>.IDictionary routeValues ) : System

Initializes a new instance of the ExpressionParsedRouteContext class.

Method Details

ExpressionParsedRouteContext() public method

Initializes a new instance of the ExpressionParsedRouteContext class.
public ExpressionParsedRouteContext ( Type controllerType, string controllerName, string action, object>.IDictionary routeValues ) : System
controllerType System.Type Controller type.
controllerName string Controller name.
action string Action name.
routeValues object>.IDictionary Route values.
return System