Share via


HttpResponseHeaderCollection.Remove(String) Method

Definition

Removes an item with a given key from the 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)

Parameters

key
String

Platform::String

winrt::hstring

Key of the item to be removed.

Implements

Applies to