Endpoint.RequestDelegate 속성

정의

엔드포인트에 대한 요청을 처리하는 데 사용되는 대리자를 가져옵니다.

public:
 property Microsoft::AspNetCore::Http::RequestDelegate ^ RequestDelegate { Microsoft::AspNetCore::Http::RequestDelegate ^ get(); };
public Microsoft.AspNetCore.Http.RequestDelegate RequestDelegate { get; }
public Microsoft.AspNetCore.Http.RequestDelegate? RequestDelegate { get; }
member this.RequestDelegate : Microsoft.AspNetCore.Http.RequestDelegate
Public ReadOnly Property RequestDelegate As RequestDelegate

속성 값

적용 대상