HttpSessionState.RemoveAll メソッド

定義

セッション状態のコレクションからすべてのキーと値を削除します。

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

注釈

RemoveAll は と同じ関数を Clear実行します。

適用対象

こちらもご覧ください