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

Syntax

C#
public class AssetResult : ActionResult, 
	ICartellaResultWithCacheDependency
Visual Basic
Public Class AssetResult _
	Inherits ActionResult _
	Implements ICartellaResultWithCacheDependency
Visual C++
public ref class AssetResult : public ActionResult, 
	ICartellaResultWithCacheDependency

Inheritance Hierarchy

System..::..Object
  ActionResult
    Cartella.Models..::..AssetResult

See Also