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

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

Syntax

C#
public class CachedModuleControl : Literal, 
	IModuleControl
Visual Basic (Declaration)
Public Class CachedModuleControl _
	Inherits Literal _
	Implements IModuleControl
Visual C++
public ref class CachedModuleControl : public Literal, 
	IModuleControl

Inheritance Hierarchy

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

See Also