IRouteWithArea Interface

Definition

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

public interface IRouteWithArea
type IRouteWithArea = interface
Public Interface IRouteWithArea

Properties

Area

Gets the name of the area to associate the route with.

Applies to