Aracılığıyla paylaş


IBindableFromHttpContext<TSelf> Arabirim

Tanım

Bir uç nokta yol işleyicisi temsilcisi için HttpContext parametreleri bağlarken türünden bir örneği oluşturmaya yönelik bir mekanizma tanımlar.

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)

Tür Parametreleri

TSelf

Bu arabirimi uygulayan tür.

Yöntemler

BindAsync(HttpContext, ParameterInfo)

öğesinin bir örneğini TSelfHttpContextoluşturur.

Şunlara uygulanır