Implemented interface member:
method
ApplyAsync
Microsoft.AspNetCore.Routing.Matching.IEndpointSelectorPolicy.ApplyAsync(Microsoft.AspNetCore.Http.HttpContext, Microsoft.AspNetCore.Routing.Matching.CandidateSet)
8 references to ApplyAsync
Microsoft.AspNetCore.Mvc.RazorPages.Test (8)
Infrastructure\DynamicPageEndpointMatcherPolicyTest.cs (8)
139await policy.ApplyAsync(httpContext, candidates); 168await policy.ApplyAsync(httpContext, candidates); 202await policy.ApplyAsync(httpContext, candidates); 243await policy.ApplyAsync(httpContext, candidates); 294await Assert.ThrowsAsync<InvalidOperationException>(() => policy.ApplyAsync(httpContext, candidates)); 329await policy.ApplyAsync(httpContext, candidates); 370await policy.ApplyAsync(httpContext, candidates); 427await policy.ApplyAsync(httpContext, candidates);