DefaultChunkTreeCache(IFileProvider) Constructor

Definition

Initializes a new instance of DefaultChunkTreeCache.

public:
 DefaultChunkTreeCache(Microsoft::Extensions::FileProviders::IFileProvider ^ fileProvider);
public DefaultChunkTreeCache (Microsoft.Extensions.FileProviders.IFileProvider fileProvider);
new Microsoft.AspNetCore.Mvc.Razor.Directives.DefaultChunkTreeCache : Microsoft.Extensions.FileProviders.IFileProvider -> Microsoft.AspNetCore.Mvc.Razor.Directives.DefaultChunkTreeCache
Public Sub New (fileProvider As IFileProvider)

Parameters

fileProvider
IFileProvider

The application's IFileProvider.

Applies to