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

Syntax

C#
public static string ImageActionLink(
	this HtmlHelper helper,
	bool isCartellaAsset,
	string actionName,
	string controllerName,
	Object routeValues,
	Object imgAttributes,
	Object anchorAttributes
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function ImageActionLink ( _
	helper As HtmlHelper, _
	isCartellaAsset As Boolean, _
	actionName As String, _
	controllerName As String, _
	routeValues As Object, _
	imgAttributes As Object, _
	anchorAttributes As Object _
) As String
Visual C++
[ExtensionAttribute]
public:
static String^ ImageActionLink(
	HtmlHelper^ helper, 
	bool isCartellaAsset, 
	String^ actionName, 
	String^ controllerName, 
	Object^ routeValues, 
	Object^ imgAttributes, 
	Object^ anchorAttributes
)

Parameters

helper
Type: HtmlHelper
isCartellaAsset
Type: System..::..Boolean
actionName
Type: System..::..String
controllerName
Type: System..::..String
routeValues
Type: System..::..Object
imgAttributes
Type: System..::..Object
anchorAttributes
Type: System..::..Object

Usage Note

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

See Also