HttpResponseHeaderCollection.Append(String, String) 方法

定义

将新项添加到 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)

参数

name
String

Platform::String

winrt::hstring

要添加的值的名称。

value
String

Platform::String

winrt::hstring

要添加的项值。

适用于