RunExtensions.Run(IApplicationBuilder, RequestDelegate) メソッド

定義

アプリケーションの要求パイプラインにターミナル ミドルウェア デリゲートを追加します。

public:
[System::Runtime::CompilerServices::Extension]
 static void Run(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app, Microsoft::AspNetCore::Http::RequestDelegate ^ handler);
public static void Run (this Microsoft.AspNetCore.Builder.IApplicationBuilder app, Microsoft.AspNetCore.Http.RequestDelegate handler);
static member Run : Microsoft.AspNetCore.Builder.IApplicationBuilder * Microsoft.AspNetCore.Http.RequestDelegate -> unit
<Extension()>
Public Sub Run (app As IApplicationBuilder, handler As RequestDelegate)

パラメーター

app
IApplicationBuilder

IApplicationBuilder のインスタンスです。

handler
RequestDelegate

要求を処理するデリゲート。

適用対象