Share via


HeaderDictionary.Remove 메서드

정의

오버로드

Remove(KeyValuePair<String,StringValues>)

지정된 항목을 컬렉션에서 제거합니다.

Remove(String)

지정된 헤더를 컬렉션에서 제거합니다.

Remove(KeyValuePair<String,StringValues>)

Source:
HeaderDictionary.cs
Source:
HeaderDictionary.cs

지정된 항목을 컬렉션에서 제거합니다.

public:
 virtual bool Remove(System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::Extensions::Primitives::StringValues> item);
public bool Remove (System.Collections.Generic.KeyValuePair<string,Microsoft.Extensions.Primitives.StringValues> item);
abstract member Remove : System.Collections.Generic.KeyValuePair<string, Microsoft.Extensions.Primitives.StringValues> -> bool
override this.Remove : System.Collections.Generic.KeyValuePair<string, Microsoft.Extensions.Primitives.StringValues> -> bool
Public Function Remove (item As KeyValuePair(Of String, StringValues)) As Boolean

매개 변수

item
KeyValuePair<String,StringValues>

항목입니다.

반환

지정된 개체가 컬렉션에서 제거되었으면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상

Remove(String)

Source:
HeaderDictionary.cs
Source:
HeaderDictionary.cs

지정된 헤더를 컬렉션에서 제거합니다.

public:
 virtual bool Remove(System::String ^ key);
public bool Remove (string key);
abstract member Remove : string -> bool
override this.Remove : string -> bool
Public Function Remove (key As String) As Boolean

매개 변수

key
String

헤더 이름입니다.

반환

지정된 개체가 컬렉션에서 제거되었으면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상