StaticAssetDescriptor.Properties 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 properties that are associated with the endpoint.
[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)
Property Value
- Attributes