Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public static string CleanAction(
	this UrlHelper helper,
	string actionName,
	string controllerName,
	RouteValueDictionary routeValues
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function CleanAction ( _
	helper As UrlHelper, _
	actionName As String, _
	controllerName As String, _
	routeValues As RouteValueDictionary _
) As String
Visual C++
[ExtensionAttribute]
public:
static String^ CleanAction(
	UrlHelper^ helper, 
	String^ actionName, 
	String^ controllerName, 
	RouteValueDictionary^ routeValues
)

Parameters

helper
Type: UrlHelper
actionName
Type: System..::..String
controllerName
Type: System..::..String
routeValues
Type: System.Web.Routing..::..RouteValueDictionary

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type UrlHelper. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also