DeleteCookieContext(HttpContext, CookieOptions, String) コンストラクター

定義

DeleteCookieContext の新しいインスタンスを初期化します。

public:
 DeleteCookieContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Http::CookieOptions ^ options, System::String ^ name);
public DeleteCookieContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Http.CookieOptions options, string name);
new Microsoft.AspNetCore.CookiePolicy.DeleteCookieContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Http.CookieOptions * string -> Microsoft.AspNetCore.CookiePolicy.DeleteCookieContext
Public Sub New (context As HttpContext, options As CookieOptions, name As String)

パラメーター

context
HttpContext

要求 HttpContext

options
CookieOptions

CookieOptions Cookie ポリシーに渡される 。

name
String

削除する Cookie 名。

適用対象