HttpCookieCollection.Remove(String) メソッド

定義

指定した名前のクッキーをクッキー コレクションから削除します。

public:
 void Remove(System::String ^ name);
public void Remove (string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)

パラメーター

name
String

コレクションから削除するクッキーの名前。

次の例では、コレクションから Cookie を削除します。

MyCookieCollection.Remove(MyCookie);
MyCookieCollection.Remove(MyCookie)

注釈

指定した name Cookie がコレクションに存在しない場合、例外はスローされません。

適用対象

こちらもご覧ください