IBindableFromHttpContext<TSelf> Interfejs

Definicja

Definiuje mechanizm tworzenia wystąpienia typu z HttpContext parametrów powiązania dla delegata procedury obsługi tras punktu końcowego.

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)

Parametry typu

TSelf

Typ implementujący ten interfejs.

Metody

BindAsync(HttpContext, ParameterInfo)

Tworzy wystąpienie elementu TSelf z klasy HttpContext.

Dotyczy