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 ()
注解
此方法执行的功能与方法相同 Clear 。This method performs the same function as the Clear method.