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

戻り値

実装

適用対象