RequestDelegateResult.EndpointMetadata Property

Definition

Gets endpoint metadata inferred from creating the RequestDelegate

public System.Collections.Generic.IReadOnlyList<object> EndpointMetadata { get; }
member this.EndpointMetadata : System.Collections.Generic.IReadOnlyList<obj>
Public ReadOnly Property EndpointMetadata As IReadOnlyList(Of Object)

Property Value

IReadOnlyList<Object>

Applies to