Udostępnij za pośrednictwem


HeaderCollection.Remove Metoda

Definicja

Przeciążenia

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

Zwraca

Implementuje

Dotyczy

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

Zwraca

Implementuje

Dotyczy