UrlHelper Class
Represents a factory for creating URLs.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | UrlHelper() | Initializes a new instance of the UrlHelper class. |
![]() | UrlHelper(HttpRequestMessage^) | Initializes a new instance of the UrlHelper class. |
| Name | Description | |
|---|---|---|
![]() | Request | Gets or sets the HttpRequestMessage of the current UrlHelper instance. |
| Name | Description | |
|---|---|---|
![]() | Content(String^) | Creates an absolute URL using the specified path. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Link(String^, IDictionary<String^, Object^>^) | Returns a link for the specified route. |
![]() | Link(String^, Object^) | Returns a link for the specified route. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Route(String^, IDictionary<String^, Object^>^) | Returns the route for the UrlHelper. |
![]() | Route(String^, Object^) | Returns the route for the UrlHelper. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


