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

Syntax

C#
public static string ActionLinkOrHilite(
	this HtmlHelper helper,
	string linkText,
	string action,
	string controller,
	Object routeValues,
	Object htmlAttribute,
	bool hilited
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function ActionLinkOrHilite ( _
	helper As HtmlHelper, _
	linkText As String, _
	action As String, _
	controller As String, _
	routeValues As Object, _
	htmlAttribute As Object, _
	hilited As Boolean _
) As String
Visual C++
[ExtensionAttribute]
public:
static String^ ActionLinkOrHilite(
	HtmlHelper^ helper, 
	String^ linkText, 
	String^ action, 
	String^ controller, 
	Object^ routeValues, 
	Object^ htmlAttribute, 
	bool hilited
)

Parameters

helper
Type: HtmlHelper
linkText
Type: System..::..String
action
Type: System..::..String
controller
Type: System..::..String
routeValues
Type: System..::..Object
htmlAttribute
Type: System..::..Object
hilited
Type: System..::..Boolean

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