HttpSessionStateWrapper.RemoveAll 方法

定义

从会话状态集合中删除所有键和值。Removes all keys and values from the session-state collection.

public:
 override void RemoveAll();
public override void RemoveAll ();
override this.RemoveAll : unit -> unit
Public Overrides Sub RemoveAll ()

注解

此方法执行的功能与方法相同 ClearThis method performs the same function as the Clear method.

适用于