GlobbingUrlBuilder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Utility methods for ITagHelper's that support attributes containing file globbing patterns.
public ref class GlobbingUrlBuilder
public class GlobbingUrlBuilder
type GlobbingUrlBuilder = class
Public Class GlobbingUrlBuilder
- Inheritance
-
GlobbingUrlBuilder
Constructors
GlobbingUrlBuilder(IFileProvider, IMemoryCache, PathString) |
Creates a new GlobbingUrlBuilder. |
Properties
Cache |
The IMemoryCache to cache globbing results in. |
FileProvider |
The IFileProvider used to watch for changes to file globbing results. |
RequestPathBase |
The base path of the current request (i.e. PathBase). |
Methods
BuildUrlList(String, String, String) |
Builds a list of URLs. |