MigrationsEndPointMiddleware Class

Definition

Processes requests to execute migrations operations. The middleware will listen for requests to the path configured in the supplied options.

public ref class MigrationsEndPointMiddleware
public class MigrationsEndPointMiddleware
type MigrationsEndPointMiddleware = class
Public Class MigrationsEndPointMiddleware
Inheritance
MigrationsEndPointMiddleware

Constructors

MigrationsEndPointMiddleware(RequestDelegate, ILogger<MigrationsEndPointMiddleware>, IOptions<MigrationsEndPointOptions>)

Initializes a new instance of the MigrationsEndPointMiddleware class

Methods

Invoke(HttpContext)

Process an individual request.

Applies to