FeatureReferences<TCache>.Collection Property
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 IFeatureCollection.
public:
property Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ Collection { Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ get(); };
public Microsoft.AspNetCore.Http.Features.IFeatureCollection Collection { get; }
member this.Collection : Microsoft.AspNetCore.Http.Features.IFeatureCollection
Public ReadOnly Property Collection As IFeatureCollection