C# 클래스 MyTested.AspNetCore.Mvc.Internal.Routing.ExpressionParsedRouteContext

Contains route information from parsed expression.
파일 보기 프로젝트 열기: ivaylokenov/MyTested.AspNetCore.Mvc

공개 메소드들

메소드 설명
ExpressionParsedRouteContext ( Type controllerType, string controllerName, string action, object>.IDictionary routeValues ) : System

Initializes a new instance of the ExpressionParsedRouteContext class.

메소드 상세

ExpressionParsedRouteContext() 공개 메소드

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.
리턴 System