UrlHelper Methods
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | Action() | Generates a string to a fully qualified URL to an action method. |
![]() | Action(String) | Generates a fully qualified URL to an action method by using the specified action name. |
![]() | Action(String, Object) | Generates a fully qualified URL to an action method by using the specified action name and route values. |
![]() | Action(String, RouteValueDictionary) | Generates a fully qualified URL to an action method for the specified action name and route values. |
![]() | Action(String, String) | Generates a fully qualified URL to an action method by using the specified action name and controller name. |
![]() | Action(String, String, Object) | Generates a fully qualified URL to an action method by using the specified action name, controller name, and route values. |
![]() | Action(String, String, Object, String) | Generates a fully qualified URL to an action method by using the specified action name, controller name, route values, and protocol to use. |
![]() | Action(String, String, RouteValueDictionary) | Generates a fully qualified URL to an action method by using the specified action name, controller name, and route values. |
![]() | Action(String, String, RouteValueDictionary, String) | Generates a fully qualified URL for an action method by using the specified action name, controller name, route values, and protocol to use. |
![]() | Action(String, String, RouteValueDictionary, String, String) | Generates a fully qualified URL for an action method by using the specified action name, controller name, route values, protocol to use and host name. |
![]() | Content(String) | Converts a virtual (relative) path to an application absolute path. |
![]() | Encode(String) | Encodes special characters in a URL string into character-entity equivalents. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() ![]() | GenerateContentUrl(String, HttpContextBase) | Returns a string that contains a content URL. |
![]() ![]() | GenerateUrl(String, String, String, RouteValueDictionary, RouteCollection, RequestContext, Boolean) | Returns a string that contains a URL. |
![]() ![]() | GenerateUrl(String, String, String, String, String, String, RouteValueDictionary, RouteCollection, RequestContext, Boolean) | Returns a string that contains a URL. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | HttpRouteUrl(String, Object) | Generates a fully qualified URL for the specified route values. |
![]() | HttpRouteUrl(String, RouteValueDictionary) | Generates a fully qualified URL for the specified route values. |
![]() | IsLocalUrl(String) | Returns a value that indicates whether the URL is local. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RouteUrl(Object) | Generates a fully qualified URL for the specified route values. |
![]() | RouteUrl(RouteValueDictionary) | Generates a fully qualified URL for the specified route values. |
![]() | RouteUrl(String) | Generates a fully qualified URL for the specified route name. |
![]() | RouteUrl(String, Object) | Generates a fully qualified URL for the specified route values by using a route name. |
![]() | RouteUrl(String, Object, String) | Generates a fully qualified URL for the specified route values by using a route name and the protocol to use. |
![]() | RouteUrl(String, RouteValueDictionary) | Generates a fully qualified URL for the specified route values by using a route name. |
![]() | RouteUrl(String, RouteValueDictionary, String, String) | Generates a fully qualified URL for the specified route values by using the specified route name, protocol to use, and host name. |
![]() | ToString() | (Inherited from Object.) |


