StaticAssetDescriptor.Selectors 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用來區分相同路由之兩個或多個資產的選取器清單。
[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)
屬性值
- 屬性