ResponseTrailerExtensions.AppendTrailer メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
応答本文の最後に送信されるトレーラー コレクションに、指定されたトレーラー ヘッダーを追加します。 Check SupportsTrailers(HttpResponse) または InvalidOperationException がスローされる可能性があります。
public:
[System::Runtime::CompilerServices::Extension]
static void AppendTrailer(Microsoft::AspNetCore::Http::HttpResponse ^ response, System::String ^ trailerName, Microsoft::Extensions::Primitives::StringValues trailerValues);
public static void AppendTrailer (this Microsoft.AspNetCore.Http.HttpResponse response, string trailerName, Microsoft.Extensions.Primitives.StringValues trailerValues);
static member AppendTrailer : Microsoft.AspNetCore.Http.HttpResponse * string * Microsoft.Extensions.Primitives.StringValues -> unit
<Extension()>
Public Sub AppendTrailer (response As HttpResponse, trailerName As String, trailerValues As StringValues)
パラメーター
- response
- HttpResponse
- trailerName
- String
- trailerValues
- StringValues