Interface IRouteWithArea
Associates a route with an area in an ASP.NET MVC application.
public interface IRouteWithArea
Properties
Area
Gets the name of the area to associate the route with.
string Area { get; }
Property Value
- string
The name of the area to associate the route with.