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

반환

구현

적용 대상