次の方法で共有


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

要求パスのベース。

適用対象