DirectRouteFactoryContext.AreaPrefix Property
Gets the route prefix, if any, defined by the area.
Namespace: System.Web.Mvc.Routing
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
public string AreaPrefix { get; }
public:
property String^ AreaPrefix {
String^ get();
}
member AreaPrefix : string with get
Public ReadOnly Property AreaPrefix As String
Property Value
Type: System.String
The route prefix, if any, defined by the area.
See Also
DirectRouteFactoryContext Class
System.Web.Mvc.Routing Namespace
Return to top