HeaderDictionary.Remove 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Remove(KeyValuePair<String,StringValues>) |
지정된 항목을 컬렉션에서 제거합니다. |
Remove(String) |
지정된 헤더를 컬렉션에서 제거합니다. |
Remove(KeyValuePair<String,StringValues>)
- Source:
- HeaderDictionary.cs
- 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
- 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입니다.