C# Класс MyTested.AspNetCore.Mvc.Internal.Routing.ExpressionParsedRouteContext

Contains route information from parsed expression.
Показать файл Открыть проект

Открытые методы

Метод Описание
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