StaticAssetDescriptor.Properties 属性

定义

与终结点关联的属性的列表。

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

属性值

属性

适用于