Поделиться через


GlobbingUrlBuilder(IFileProvider, IMemoryCache, PathString) Конструктор

Определение

Создает новый экземпляр 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)

Параметры

fileProvider
IFileProvider

Поставщик файлов.

cache
IMemoryCache

Кэш.

requestPathBase
PathString

База пути запроса.

Применяется к