Dela via


StaticAssetDescriptor.Selectors Property

Definition

A list of selectors that are used to discriminate between two or more assets with the same route.

[System.Text.Json.Serialization.JsonPropertyName("Selectors")]
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.StaticAssets.StaticAssetSelector> Selectors { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("Selectors")>]
member this.Selectors : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.StaticAssets.StaticAssetSelector> with get, set
Public Property Selectors As IReadOnlyList(Of StaticAssetSelector)

Property Value

Attributes

Applies to