SignOutResult 类
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
执行 ActionResult 时调用 的 HttpContext.SignOutAsync。
public ref class SignOutResult : Microsoft::AspNetCore::Mvc::ActionResult
public class SignOutResult : Microsoft.AspNetCore.Mvc.ActionResult
public class SignOutResult : Microsoft.AspNetCore.Mvc.ActionResult, Microsoft.AspNetCore.Http.IResult
type SignOutResult = class
inherit ActionResult
type SignOutResult = class
inherit ActionResult
interface IResult
Public Class SignOutResult
Inherits ActionResult
Public Class SignOutResult
Inherits ActionResult
Implements IResult
- 继承
- 实现
Sign |
使用默认注销方案初始化 的新 SignOutResult 实例。 |
Sign |
使用默认注销方案初始化 的新 SignOutResult 实例。
指定的身份验证方案和 |
Sign |
使用指定的身份验证方案初始化 的新 SignOutResult 实例。 |
Sign |
使用指定的身份验证方案和 |
Sign |
使用指定的身份验证方案和 |
Sign |
使用指定的身份验证方案初始化 的新 SignOutResult 实例。 |
Sign |
使用指定的身份验证方案和 |
Sign |
使用指定的身份验证方案和 |
Authentication |
获取或设置受到质询的身份验证方案。 |
Properties |
获取或设置 AuthenticationProperties 用于执行注销操作的 。 |
Execute |
同步执行操作方法的结果操作。 MVC 调用此方法来处理操作方法的结果。 (继承自 ActionResult) |
Execute |
异步执行操作方法的结果操作。 MVC 调用此方法来处理操作方法的结果。 此方法的默认实现调用 ExecuteResult(ActionContext) 方法并返回已完成的任务。 |
IResult. |
编写反映结果的 HTTP 响应。 |
产品 | 版本 |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |