Click or drag to resize
PageExtender Class
Base class for page extenders
Inheritance Hierarchy

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public abstract class PageExtender

The PageExtender type exposes the following members.

Constructors
  NameDescription
Protected methodPageExtender
Top
Properties
  NameDescription
Public propertyPage
Extender page
Top
Methods
  NameDescription
Public methodInit
Initializes the extender using the specified page.
Public methodOnInit
Initializes the extender.
Top
See Also