Sdílet prostřednictvím


HeaderDictionary.Remove Metoda

Definice

Přetížení

Remove(KeyValuePair<String,StringValues>)

Odebere danou položku z kolekce.

Remove(String)

Odebere danou hlavičku z kolekce.

Remove(KeyValuePair<String,StringValues>)

Zdroj:
HeaderDictionary.cs
Zdroj:
HeaderDictionary.cs
Zdroj:
HeaderDictionary.cs

Odebere danou položku z kolekce.

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

Parametry

item
KeyValuePair<String,StringValues>

Položka.

Návraty

true Pokud zadaný objekt byl odebrán z kolekce; jinak false.

Implementuje

Platí pro

Remove(String)

Zdroj:
HeaderDictionary.cs
Zdroj:
HeaderDictionary.cs
Zdroj:
HeaderDictionary.cs

Odebere danou hlavičku z kolekce.

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

Parametry

key
String

Název hlavičky.

Návraty

true Pokud zadaný objekt byl odebrán z kolekce; jinak false.

Implementuje

Platí pro