共用方式為


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

要求路徑基本。

適用於