DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / class / System.Web.Mvc3 / Mvc / IRouteWithArea.cs
123456789
namespace System.Web.Mvc { using System; public interface IRouteWithArea { string Area { get; } } }