AreaRegistrationContext Constructor (String, RouteCollection, Object)
Initializes a new instance of the AreaRegistrationContext class using the specified area name, routes collection, and user-defined data.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Sub New ( _ areaName As String, _ routes As RouteCollection, _ state As Object _ ) 'Usage Dim areaName As String Dim routes As RouteCollection Dim state As Object Dim instance As New AreaRegistrationContext(areaName, _ routes, state)
Parameters
- areaName
- Type: System.String
The name of the area to register.
- routes
- Type: System.Web.Routing.RouteCollection
The collection of routes for the application.
- state
- Type: System.Object
An object that contains user-defined information to pass to the area.
Show: