다음을 통해 공유


FeatureReference<T>.Fetch(IFeatureCollection) 메서드

정의

에서 형식 T 의 기능을 가져옵니다 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

매개 변수

반환

T

기능입니다.

적용 대상