Share via


RequestDelegateMetadataResult.EndpointMetadata Property

Definition

Gets endpoint metadata inferred from creating the RequestDelegate. If a non-null RequestDelegateFactoryOptions.EndpointMetadata list was passed in, this will be the same instance.

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

Property Value

Applies to