Inheritance Hierarchy
System.Object
  System.Web.Http.Routing.UrlHelper
Namespace:  System.Web.Http.Routing
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Class UrlHelper
'Usage
Dim instance As UrlHelper
public class UrlHelper
public ref class UrlHelper
type UrlHelper =  class end
public class UrlHelper
The UrlHelper type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | UrlHelper | Initializes a new instance of the UrlHelper class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Request | Gets or sets the HttpRequestMessage of the current UrlHelper instance. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals | (Inherited from Object.) | 
| .jpeg) | Finalize | (Inherited from Object.) | 
| .jpeg) | GetHashCode | (Inherited from Object.) | 
| .jpeg) | GetType | (Inherited from Object.) | 
| .jpeg) | Link(String, IDictionary<String, Object>) | Returns a link for the specified route. | 
| .jpeg) | Link(String, Object) | Returns a link for the specified route. | 
| .jpeg) | MemberwiseClone | (Inherited from Object.) | 
| .jpeg) | Route(String, IDictionary<String, Object>) | Returns the route for the UrlHelper. | 
| .jpeg) | Route(String, Object) | Returns the route for the UrlHelper. | 
| .jpeg) | ToString | (Inherited from Object.) | 
Top
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.