Aracılığıyla paylaş


ResponseTrailerExtensions.AppendTrailer Yöntem

Tanım

Verilen römork üst bilgisini yanıt gövdesinin sonuna gönderilecek römork koleksiyonuna ekler. Check SupportsTrailers(HttpResponse) veya InvalidOperationException oluşturulabilir.

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)

Parametreler

response
HttpResponse
trailerName
String
trailerValues
StringValues

Şunlara uygulanır