Compartir a través de


TempDataDictionary.Remove(String) Método

Definición

Quita el elemento con la clave especificada de IDictionary<TKey,TValue>.

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

Parámetros

key
String

Devoluciones

Implementaciones

Se aplica a