GlobbingUrlBuilder(IFileProvider, IMemoryCache, PathString) Constructor

Definition

Creates a new GlobbingUrlBuilder.

public:
 GlobbingUrlBuilder(Microsoft::Extensions::FileProviders::IFileProvider ^ fileProvider, Microsoft::Extensions::Caching::Memory::IMemoryCache ^ cache, Microsoft::AspNetCore::Http::PathString requestPathBase);
public GlobbingUrlBuilder (Microsoft.Extensions.FileProviders.IFileProvider fileProvider, Microsoft.Extensions.Caching.Memory.IMemoryCache cache, Microsoft.AspNetCore.Http.PathString requestPathBase);
new Microsoft.AspNetCore.Mvc.TagHelpers.GlobbingUrlBuilder : Microsoft.Extensions.FileProviders.IFileProvider * Microsoft.Extensions.Caching.Memory.IMemoryCache * Microsoft.AspNetCore.Http.PathString -> Microsoft.AspNetCore.Mvc.TagHelpers.GlobbingUrlBuilder
Public Sub New (fileProvider As IFileProvider, cache As IMemoryCache, requestPathBase As PathString)

Parameters

fileProvider
IFileProvider

The file provider.

cache
IMemoryCache

The cache.

requestPathBase
PathString

The request path base.

Applies to