HttpResponseHeaderCollection.Remove(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 HttpResponseHeaderCollection中移除具有指定索引鍵的專案。
public:
virtual void Remove(Platform::String ^ key) = IMap<Platform::String ^, Platform::String ^>::Remove;
void Remove(winrt::hstring const& key);
public void Remove(string key);
function remove(key)
Public Sub Remove (key As String)
參數
- key
-
String
Platform::String
winrt::hstring
要移除之專案的索引鍵。