다음을 통해 공유


HttpContentHeaderCollection.Remove(String) 메서드

정의

HttpContentHeaderCollection에서 특정 개체를 제거합니다.

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

제거할 항목의 키입니다.

구현

적용 대상