3 writes to AllowAutoRedirect
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Infrastructure\ServerFactory.cs (1)
28
ClientOptions.
AllowAutoRedirect
= false;
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
ComponentRenderingFunctionalTests.cs (1)
69
fixture.ClientOptions.
AllowAutoRedirect
= false;
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactoryClientOptions.cs (1)
28
AllowAutoRedirect
= clientOptions.AllowAutoRedirect;
2 references to AllowAutoRedirect
Microsoft.AspNetCore.Mvc.Testing (2)
WebApplicationFactoryClientOptions.cs (2)
28
AllowAutoRedirect = clientOptions.
AllowAutoRedirect
;
70
if (
AllowAutoRedirect
)