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

Syntax

C#
public void SetResponse(
	ActionResult result
)
Visual Basic
Public Sub SetResponse ( _
	result As ActionResult _
)
Visual C++
public:
void SetResponse(
	ActionResult^ result
)

Parameters

result
Type: ActionResult

See Also