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

Syntax

C#
public class MVCTransferResult : RedirectResult
Visual Basic
Public Class MVCTransferResult _
	Inherits RedirectResult
Visual C++
public ref class MVCTransferResult : public RedirectResult

Inheritance Hierarchy

System..::..Object
  ActionResult
    RedirectResult
      Cartella.Models.ActionResults..::..MVCTransferResult

See Also