Microsoft.AspNetCore.Mvc.Testing.Handlers Namespace

Provides delegating handlers that support MVC integration testing.

Classes

CookieContainerHandler

A DelegatingHandler that manages cookies associated with one or more pairs of HttpRequestMessage and HttpResponseMessage.

RedirectHandler

A DelegatingHandler that follows redirect responses.

Remarks

For more information about MVC integration testing, see Integration tests.