The UserControlBase class defines a custom base class inherited by all user controls within the Portal.

Namespace: DotNetNuke.Framework
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class UserControlBase : UserControl
Visual Basic
Public Class UserControlBase
	Inherits UserControl

Inheritance Hierarchy

See Also