MigrationsEndPointMiddleware Klasse

Definition

Verarbeitet Anforderungen zum Ausführen von Migrationsvorgängen. Die Middleware lauscht auf Anforderungen an den Pfad, der in den angegebenen Optionen konfiguriert ist.

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

Konstruktoren

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

Initialisiert eine neue Instanz der MigrationsEndPointMiddleware-Klasse.

Methoden

Invoke(HttpContext)

Verarbeitet eine individuelle Anforderung.

Gilt für: