Dela via


StaticAssetSelector(String, String, String) Constructor

Definition

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

public StaticAssetSelector (string name, string value, string quality);
new Microsoft.AspNetCore.StaticAssets.StaticAssetSelector : string * string * string -> Microsoft.AspNetCore.StaticAssets.StaticAssetSelector
Public Sub New (name As String, value As String, quality As String)

Parameters

name
String

The name associated to the selector.

value
String

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

quality
String

The static server quality associated to this selector.

Applies to