Share via


BaseCookieContext 类

定义

public ref class BaseCookieContext : Microsoft::AspNetCore::Authentication::BaseContext
public class BaseCookieContext : Microsoft.AspNetCore.Authentication.BaseContext
type BaseCookieContext = class
    inherit BaseContext
Public Class BaseCookieContext
Inherits BaseContext
继承
BaseCookieContext
派生

构造函数

BaseCookieContext(HttpContext, CookieAuthenticationOptions)

属性

HttpContext (继承自 BaseContext)
Options
Request (继承自 BaseContext)
Response (继承自 BaseContext)

适用于