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