RequestDelegateMetadataResult.EndpointMetadata 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得從建立 所推斷的 RequestDelegate 端點中繼資料。 如果傳入非 Null RequestDelegateFactoryOptions.EndpointMetadata 清單,這會是相同的實例。
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)