GlobbingUrlBuilder Class

Definition

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.

Applies to