RouteEntry Class

 

Represents a named route.

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

Inheritance Hierarchy

System.Object
  System.Web.Http.Routing.RouteEntry

Syntax

public class RouteEntry
public ref class RouteEntry 
type RouteEntry = class end
Public Class RouteEntry

Constructors

Name Description
System_CAPS_pubmethod RouteEntry(String, IHttpRoute)

Initializes a new instance of the RouteEntry class.

Properties

Name Description
System_CAPS_pubproperty Name

Gets the route name, if any; otherwise, null.

System_CAPS_pubproperty Route

Gets the route.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Web.Http.Routing Namespace

Return to top