次の方法で共有


FeatureReference<T>.Fetch(IFeatureCollection) メソッド

定義

から features型の機能を取得しますT

public:
 T Fetch(Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ features);
public T Fetch (Microsoft.AspNetCore.Http.Features.IFeatureCollection features);
public T? Fetch (Microsoft.AspNetCore.Http.Features.IFeatureCollection features);
member this.Fetch : Microsoft.AspNetCore.Http.Features.IFeatureCollection -> 'T
Public Function Fetch (features As IFeatureCollection) As T

パラメーター

戻り値

T

機能。

適用対象