IBindableFromHttpContext<TSelf> インターフェイス

定義

エンドポイント ルート ハンドラー デリゲートのパラメーターをバインドするときに、 から HttpContext 型のインスタンスを作成するためのメカニズムを定義します。

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 のインスタンスを作成します。

適用対象