GlobbingUrlBuilder(IFileProvider, IMemoryCache, PathString) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しい 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
要求パスのベース。