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

定義

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

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

パラメーター

context
HttpContext

要求 HttpContext

options
CookieOptions

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

name
String

Cookie 名。

value
String

クッキー値。

適用対象