HttpSessionState.RemoveAll 方法

定义

从会话状态集合中删除所有键和值。

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

注解

RemoveAll 执行与 Clear. 相同的函数。

适用于

另请参阅