IBindableFromHttpContext<TSelf> Schnittstelle

Definition

Definiert einen Mechanismus zum Erstellen einer instance eines Typs aus einem HttpContext when-Bindungsparameter für einen Endpunktroutenhandlerdelegaten.

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)

Typparameter

TSelf

Der Typ, der diese Schnittstelle implementiert.

Methoden

BindAsync(HttpContext, ParameterInfo)

Erstellt eine Instanz von TSelf aus HttpContext.

Gilt für: