IBindableFromHttpContext<TSelf> 接口   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义一种机制,用于在终结点路由处理程序委托的绑定参数时从 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 创建   |