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 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