Share via


IRoutePrefix Interface

 

Defines a route prefix.

Namespace:   System.Web.Mvc.Routing
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

public interface IRoutePrefix
public interface class IRoutePrefix
type IRoutePrefix = interface end
Public Interface IRoutePrefix

Properties

Name Description
System_CAPS_pubproperty Prefix

Gets the route prefix.

See Also

System.Web.Mvc.Routing Namespace

Return to top