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

요청을 처리하는 대리자입니다.

적용 대상