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

Syntax

C#
public static MvcHtmlString EntityUrl(
	this UrlHelper helper,
	string entityId,
	string action,
	string info,
	Dictionary<string, string> queryParams
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function EntityUrl ( _
	helper As UrlHelper, _
	entityId As String, _
	action As String, _
	info As String, _
	queryParams As Dictionary(Of String, String) _
) As MvcHtmlString
Visual C++
[ExtensionAttribute]
public:
static MvcHtmlString^ EntityUrl(
	UrlHelper^ helper, 
	String^ entityId, 
	String^ action, 
	String^ info, 
	Dictionary<String^, String^>^ queryParams
)

Parameters

helper
Type: UrlHelper
entityId
Type: System..::..String
action
Type: System..::..String
info
Type: System..::..String
queryParams
Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, String>)>)>

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