CachedModuleControl represents a cached "ModuleControl". It inherits from Literal and implements the IModuleControl interface

Namespace: DotNetNuke.UI.Modules
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class CachedModuleControl : Literal, 
	IModuleControl
Visual Basic
Public Class CachedModuleControl
	Inherits Literal
	Implements IModuleControl

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..Literal
      DotNetNuke.UI.Modules..::..CachedModuleControl

See Also