6 instantiations of FromRoute
Microsoft.AspNetCore.Http.Extensions.Tests (6)
RequestDelegateFactoryTests.cs (6)
217private static void TestOptional(HttpContext httpContext, [FromRoute] int value = 42) 291RequestDelegateFactory.Create(([FromRoute] int id) => { }, new() { RouteParameterNames = Array.Empty<string>() })); 712void InvalidFromRoute([FromRoute] object notTryParsable) { } 3119[FromRoute] 3213[FromRoute] 3216[FromRoute]