Compartir a través de


FeatureReference<T>.Fetch(IFeatureCollection) Método

Definición

Obtiene la característica de tipo T de 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

Parámetros

Devoluciones

T

Característica.

Se aplica a