TempDataDictionary.Remove(String) 方法

定义

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

参数

key
String

返回

实现

适用于