IBindableFromHttpContext<TSelf> 인터페이스

정의

엔드포인트 경로 처리기 대리자의 매개 변수를 바인딩할 때 형식 HttpContext 의 instance 만드는 메커니즘을 정의합니다.

public interface IBindableFromHttpContext<TSelf> where TSelf : class, IBindableFromHttpContext<TSelf>
type IBindableFromHttpContext<'Self (requires 'Self : null and 'Self :> IBindableFromHttpContext<'Self>)> = interface
Public Interface IBindableFromHttpContext(Of TSelf)

형식 매개 변수

TSelf

이 인터페이스를 구현하는 형식입니다.

메서드

BindAsync(HttpContext, ParameterInfo)

HttpContext에서 TSelf의 인스턴스를 만듭니다.

적용 대상