共用方式為


FeatureReferences<TCache>(IFeatureCollection) 建構函式

定義

初始化 FeatureReferences<TCache> 的新執行個體。

public:
 FeatureReferences(Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ collection);
public FeatureReferences (Microsoft.AspNetCore.Http.Features.IFeatureCollection collection);
new Microsoft.AspNetCore.Http.Features.FeatureReferences<'Cache> : Microsoft.AspNetCore.Http.Features.IFeatureCollection -> Microsoft.AspNetCore.Http.Features.FeatureReferences<'Cache>
Public Sub New (collection As IFeatureCollection)

參數

適用於