Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
or .
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