Table of Contents

Interface IRouteWithArea

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

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.