MigrationsEndPointMiddleware Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |