共用方式為


FeatureReference<T>.Update(IFeatureCollection, T) 方法

定義

更新功能參考。

public:
 T Update(Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ features, T feature);
public T Update (Microsoft.AspNetCore.Http.Features.IFeatureCollection features, T feature);
member this.Update : Microsoft.AspNetCore.Http.Features.IFeatureCollection * 'T -> 'T
Public Function Update (features As IFeatureCollection, feature As T) As T

參數

features
IFeatureCollection

要更新的 IFeatureCollection

feature
T

功能的實例。

傳回

T

作業完成之後的 feature 參考。

適用於