Sdílet prostřednictvím


HeaderCollection.Remove Metoda

Definice

Přetížení

Remove(KeyValuePair<String,StringValues>)
Remove(String)

Remove(KeyValuePair<String,StringValues>)

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

Návraty

Implementuje

Platí pro

Remove(String)

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ávraty

Implementuje

Platí pro