HttpSessionState.RemoveAll 方法

定義

移除會話狀態集合中的所有鍵與值。

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

備註

RemoveAll 執行與 Clear相同的功能。

適用於

另請參閱