AreaRegistrationContext 类
对在 ASP.NET MVC 应用程序内注册某个区域时所需的信息进行封装。
继承层次结构
命名空间: System.Web.Mvc
程序集:
System.Web.Mvc(在 System.Web.Mvc.dll 中)
语法
AreaRegistrationContext 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
AreaRegistrationContext(String, RouteCollection) | 使用指定的区域名称和路由集合来初始化 AreaRegistrationContext 类的新实例。 | |
AreaRegistrationContext(String, RouteCollection, Object) | 使用指定的区域名称、路由集合和用户定义的数据来初始化 AreaRegistrationContext 类的新实例。 |
属性
名称 | 说明 | |
---|---|---|
AreaName | 获取要注册的区域的名称。 | |
Namespaces | 获取应用程序的命名空间。 | |
Routes | 获取应用程序的已定义路由的集合。 | |
State | 获取一个对象,该对象包含要传递到区域中的用户定义信息。 |
方法
名称 | 说明 | |
---|---|---|
Equals | (从 Object 继承。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetType | (从 Object 继承。) | |
MapRoute(String, String) | 映射指定的 URL 路由并将其与 AreaName 属性指定的区域关联。 | |
MapRoute(String, String, Object) | 使用指定的路由默认值,映射指定的 URL 路由并将其与 AreaName 属性指定的区域关联。 | |
MapRoute(String, String, array<String>[]()[]) | 使用指定的命名空间映射指定的 URL 路由并将其与 AreaName 属性指定的区域关联。 | |
MapRoute(String, String, Object, Object) | 使用指定的路由默认值和约束,映射指定的 URL 路由并将其与 AreaName 属性指定的区域关联。 | |
MapRoute(String, String, Object, array<String>[]()[]) | 使用指定的路由默认值和命名空间,映射指定的 URL 路由并将其与 AreaName 属性指定的区域关联。 | |
MapRoute(String, String, Object, Object, array<String>[]()[]) | 使用指定的路由默认值、约束和命名空间,映射指定的 URL 路由并将其与 AreaName 属性指定的区域关联。 | |
MemberwiseClone | (从 Object 继承。) | |
ToString | (从 Object 继承。) |