Class UrlHelperExtensions

Inheritance
System.Object
UrlHelperExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.Web.UI
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public static class UrlHelperExtensions

Methods

Action(UrlHelper, String, String, RouteValueDictionary, Uri)

Declaration
public static string Action(this UrlHelper urlHelper, string actionName, string controllerName, RouteValueDictionary routeValues, Uri baseUri)
Parameters
Type Name Description
System.Web.Mvc.UrlHelper urlHelper
System.String actionName
System.String controllerName
System.Web.Routing.RouteValueDictionary routeValues
System.Uri baseUri
Returns
Type Description
System.String