UrlActionContext 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
要用于生成的 URL Action(UrlActionContext) 的上下文对象。
public ref class UrlActionContext
public class UrlActionContext
type UrlActionContext = class
Public Class UrlActionContext
- 继承
-
UrlActionContext
构造函数
UrlActionContext() |
要用于生成的 URL Action(UrlActionContext) 的上下文对象。 |
属性
Action |
用于生成 URL 的操作方法 Action(UrlActionContext) 的名称。 |
Controller |
用于生成 URL 的 Action(UrlActionContext) 控制器的名称。 |
Fragment |
生成的 URL Action(UrlActionContext) 的片段。 |
Host |
生成的 URL Action(UrlActionContext) 的主机名。 |
Protocol |
生成的 URL Action(UrlActionContext) 的协议,例如“http”或“https” |
Values |
包含用于生成 URL 的 Action(UrlActionContext) 路由值的 对象。 |