This topic has not yet been rated - Rate this topic

IRouteWithArea Interface

Associates a route with an area in an ASP.NET MVC application.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public interface IRouteWithArea

The IRouteWithArea type exposes the following members.

  Name Description
Public property Area Gets the name of the area to associate the route with.
Top

If you register a custom RouteBase instance in the RouteCollection object, this interface lets you associate that RouteBase instance with an area.

Did you find this helpful?
(1500 characters remaining)