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

Syntax

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

Parameters

helper
Type: UrlHelper
entity
Type: Cartella.Interfaces..::..IExternalFolioItem
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