StaticAssetDescriptor.Selectors Property
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.
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