HttpResponseHeaderCollection.Append(String, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將新專案新增至 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
要加入的項目值。