C# Class AspNet.Mvc.TypedRouting.Test.LinkGeneration.MyRouteConstraintAttribute

Inheritance: RouteValueAttribute
Show file Open project: ivaylokenov/AspNet.Mvc.TypedRouting

Public Methods

Method Description
MyRouteConstraintAttribute ( string routeKey, string routeValue ) : Microsoft.AspNetCore.Builder

Method Details

MyRouteConstraintAttribute() public method

public MyRouteConstraintAttribute ( string routeKey, string routeValue ) : Microsoft.AspNetCore.Builder
routeKey string
routeValue string
return Microsoft.AspNetCore.Builder