다음을 통해 공유


HttpResponseHeaderCollection.Remove(String) 메서드

정의

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

제거할 항목의 키입니다.

구현

적용 대상