IHttpResponseTrailersFeature.Trailers Property

Definition

Gets or sets the trailer headers.

public:
 property Microsoft::AspNetCore::Http::IHeaderDictionary ^ Trailers { Microsoft::AspNetCore::Http::IHeaderDictionary ^ get(); void set(Microsoft::AspNetCore::Http::IHeaderDictionary ^ value); };
public Microsoft.AspNetCore.Http.IHeaderDictionary Trailers { get; set; }
member this.Trailers : Microsoft.AspNetCore.Http.IHeaderDictionary with get, set
Public Property Trailers As IHeaderDictionary

Property Value

Applies to