ResponseTrailerExtensions.AppendTrailer Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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