RedirectToPageResult 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个 , ActionResult 它返回 Found (302) 或 Moved 永久 (301) 响应(带有 Location 标头)。 以已注册的路由为目标。
public ref class RedirectToPageResult : Microsoft::AspNetCore::Mvc::ActionResult, Microsoft::AspNetCore::Mvc::IActionResult, Microsoft::AspNetCore::Mvc::ViewFeatures::IKeepTempDataResult
public class RedirectToPageResult : Microsoft.AspNetCore.Mvc.ActionResult, Microsoft.AspNetCore.Mvc.IActionResult, Microsoft.AspNetCore.Mvc.ViewFeatures.IKeepTempDataResult
type RedirectToPageResult = class
inherit ActionResult
interface IKeepTempDataResult
interface IActionResult
type RedirectToPageResult = class
inherit ActionResult
interface IActionResult
interface IKeepTempDataResult
Public Class RedirectToPageResult
Inherits ActionResult
Implements IActionResult, IKeepTempDataResult
- 继承
- 实现
构造函数
RedirectToPageResult(String, Object) |
使用提供的值初始化 的新实例 RedirectToPageResult 。 |
RedirectToPageResult(String, String, Object, Boolean, Boolean, String) |
使用提供的值初始化 的新实例 RedirectToPageResult 。 |
RedirectToPageResult(String, String, Object, Boolean, Boolean) |
使用提供的值初始化 的新实例 RedirectToPageResult 。 |
RedirectToPageResult(String, String, Object, Boolean, String) |
使用提供的值初始化 的新实例 RedirectToPageResult 。 |
RedirectToPageResult(String, String, Object, Boolean) |
使用提供的值初始化 的新实例 RedirectToPageResult 。 |
RedirectToPageResult(String, String, Object, String) |
使用提供的值初始化 的新实例 RedirectToPageResult 。 |
RedirectToPageResult(String, String, Object) |
使用提供的值初始化 的新实例 RedirectToPageResult 。 |
RedirectToPageResult(String, String) |
使用提供的值初始化 的新实例 RedirectToPageResult 。 |
RedirectToPageResult(String) |
使用提供的值初始化 的新实例 RedirectToPageResult 。 |
属性
Fragment |
获取或设置要添加到 URL 的片段。 |
Host |
获取或设置 URL 的主机名。 |
PageHandler |
获取或设置要重定向到的页面处理程序。 |
PageName |
获取或设置要路由到的页面的名称。 |
Permanent |
获取或设置重定向是永久性的指示。 |
PreserveMethod |
获取或设置重定向保留初始请求方法的指示。 |
Protocol |
获取或设置 URL 的协议,例如“http”或“https”。 |
RouteValues |
获取或设置用于生成 URL 的路由数据。 |
UrlHelper |
获取或设置 IUrlHelper 用于生成 URL 的 。 |
方法
ExecuteResult(ActionContext) |
已过时.
同步执行操作方法的结果操作。 MVC 调用此方法来处理操作方法的结果。 |
ExecuteResult(ActionContext) |
同步执行操作方法的结果操作。 MVC 调用此方法来处理操作方法的结果。 (继承自 ActionResult) |
ExecuteResultAsync(ActionContext) |
异步执行操作方法的结果操作。 MVC 调用此方法来处理操作方法的结果。 |
ExecuteResultAsync(ActionContext) |
异步执行操作方法的结果操作。 MVC 调用此方法来处理操作方法的结果。 此方法的默认实现调用 ExecuteResult(ActionContext) 方法并返回已完成的任务。 (继承自 ActionResult) |