共用方式為


IHttpRequestTrailersFeature.Trailers 屬性

定義

收到的尾端標頭。 如果 Available 傳回 false,這會擲 InvalidOperationException 回 。 在完整讀取要求本文之前,可能無法使用它們。 如果沒有預告片,則會傳回空的集合。

public:
 property Microsoft::AspNetCore::Http::IHeaderDictionary ^ Trailers { Microsoft::AspNetCore::Http::IHeaderDictionary ^ get(); };
public Microsoft.AspNetCore.Http.IHeaderDictionary Trailers { get; }
member this.Trailers : Microsoft.AspNetCore.Http.IHeaderDictionary
Public ReadOnly Property Trailers As IHeaderDictionary

屬性值

適用於