AspNet.Mvc.TypedRouting.Test.LinkGeneration.MyRouteConstraintAttribute.MyRouteConstraintAttribute C# (CSharp) Method

MyRouteConstraintAttribute() public method

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