共用方式為


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

傳回

實作

適用於