MigrationsEndPointMiddleware クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
移行操作を実行する要求を処理します。 ミドルウェアは、指定されたオプションで構成されたパスへの要求をリッスンします。
public ref class MigrationsEndPointMiddleware
public class MigrationsEndPointMiddleware
type MigrationsEndPointMiddleware = class
Public Class MigrationsEndPointMiddleware
- 継承
-
MigrationsEndPointMiddleware
コンストラクター
MigrationsEndPointMiddleware(RequestDelegate, ILogger<MigrationsEndPointMiddleware>, IOptions<MigrationsEndPointOptions>) |
MigrationsEndPointMiddleware クラスの新しいインスタンスを初期化します。 |
メソッド
Invoke(HttpContext) |
個別の要求を処理します。 |