Share via


StaticAssetSelector Class

Definition

A static asset selector. Selectors are used to discriminate between two or more assets with the same route.

public sealed class StaticAssetSelector
type StaticAssetSelector = class
Public NotInheritable Class StaticAssetSelector
Inheritance
StaticAssetSelector

Constructors

StaticAssetSelector(String, String, String)

A static asset selector. Selectors are used to discriminate between two or more assets with the same route.

Properties

Name

The name associated to the selector.

Quality

The static asset server quality associated to this selector. Used to break ties when a request matches multiple values with the same degree of specificity.

Value

The value associated to the selector and used to match against incoming requests.

Applies to