IRoutePrefix Interface

 

Defines a route prefix.

Namespace:   System.Web.Http.Routing
Assembly:  System.Web.Http (in System.Web.Http.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.Http.Routing Namespace

Return to top