IRoutePrefix.Prefix Property
Gets the route prefix.
Namespace: System.Web.Mvc.Routing
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
string Prefix { get; }
property String^ Prefix {
String^ get();
}
abstract Prefix : string with get
ReadOnly Property Prefix As String
Property Value
Type: System.String
The route prefix.
See Also
IRoutePrefix Interface
System.Web.Mvc.Routing Namespace
Return to top