2 references to BindValues
Microsoft.AspNetCore.Routing (2)
RouteBase.cs (1)
180var virtualPath = _binder.BindValues(values.AcceptedValues);
Tree\TreeRouter.cs (1)
341var path = binder.BindValues(bindingResult.AcceptedValues);