FeatureReference<T>.Fetch(IFeatureCollection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the feature of type T
from features
.
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
Parameters
- features
- IFeatureCollection
The IFeatureCollection.
Returns
T
The feature.