Share via


AreaRegistrationContext.MapRoute Method (String, String)

Maps the specified URL route and associates it with the area that is specified by the AreaName property.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
Public Function MapRoute ( _
    name As String, _
    url As String _
) As Route
public Route MapRoute(
    string name,
    string url
)
public:
Route^ MapRoute(
    String^ name, 
    String^ url
)

Parameters

Return Value

Type: System.Web.Routing.Route
A reference to the mapped route.

Exceptions

Exception Condition
ArgumentNullException

The url parameter is null reference (Nothing in Visual Basic).

See Also

Reference

AreaRegistrationContext Class

MapRoute Overload

System.Web.Mvc Namespace