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

Syntax

C#
public static bool GetControllerIndexInfo(
	ICartellaObject cartObj,
	out string ControllerName,
	out string ActionName,
	out Object routeValues
)
Visual Basic
Public Shared Function GetControllerIndexInfo ( _
	cartObj As ICartellaObject, _
	<OutAttribute> ByRef ControllerName As String, _
	<OutAttribute> ByRef ActionName As String, _
	<OutAttribute> ByRef routeValues As Object _
) As Boolean
Visual C++
public:
static bool GetControllerIndexInfo(
	ICartellaObject^ cartObj, 
	[OutAttribute] String^% ControllerName, 
	[OutAttribute] String^% ActionName, 
	[OutAttribute] Object^% routeValues
)

Parameters

cartObj
Type: Cartella.Interfaces..::..ICartellaObject
ControllerName
Type: System..::..String%
ActionName
Type: System..::..String%
routeValues
Type: System..::..Object%

See Also