HttpResponseHeaderCollection.Append(String, String) Método

Definición

Agrega un nuevo elemento al final de httpResponseHeaderCollection.

public:
 virtual void Append(Platform::String ^ name, Platform::String ^ value) = Append;
void Append(winrt::hstring const& name, winrt::hstring const& value);
public void Append(string name, string value);
function append(name, value)
Public Sub Append (name As String, value As String)

Parámetros

name
String

Platform::String

winrt::hstring

Nombre del valor que se va a agregar.

value
String

Platform::String

winrt::hstring

Valor del elemento que se va a agregar.

Se aplica a