18 references to RouteInfo
Microsoft.AspNetCore.Mvc.FunctionalTests (18)
RoutingAcrossPipelineBranchesTest.cs (18)
48
var
subdirContent = await subdirResponse.Content.ReadFromJsonAsync<
RouteInfo
>();
51
var
commonContent = await commonResponse.Content.ReadFromJsonAsync<
RouteInfo
>();
54
var
defaultContent = await defaultResponse.Content.ReadFromJsonAsync<
RouteInfo
>();
83
var
subdirContent = await subdirResponse.Content.ReadFromJsonAsync<
RouteInfo
>();
86
var
commonContent = await commonResponse.Content.ReadFromJsonAsync<
RouteInfo
>();
89
var
defaultContent = await defaultResponse.Content.ReadFromJsonAsync<
RouteInfo
>();
116
var
subdirContent = await subdirResponse.Content.ReadFromJsonAsync<
RouteInfo
>();
119
var
defaultContent = await defaultResponse.Content.ReadFromJsonAsync<
RouteInfo
>();
167
var
content = await response.Content.ReadFromJsonAsync<
RouteInfo
>();