0 out of 1 rated this helpful - Rate this topic

UrlHelper Class

System.Object
  System.Web.Http.Routing.UrlHelper

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

The UrlHelper type exposes the following members.

  NameDescription
Public methodUrlHelperInitializes a new instance of the UrlHelper class.
Top
  NameDescription
Public propertyRequestGets or sets the HttpRequestMessage of the current UrlHelper instance.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodLink(String, IDictionary<String, Object>)Returns a link for the specified route.
Public methodLink(String, Object)Returns a link for the specified route.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRoute(String, IDictionary<String, Object>)Returns the route for the UrlHelper.
Public methodRoute(String, Object)Returns the route for the UrlHelper.
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.