This class is responsible for rendering the provided job onto the provided asp.net web forms page.
The AttachToPage method is called at page construction and is expected to hook on to asp.net page events (like PreInit) to drive the rendering.
Namespace: Composite.Core.PageTemplatesAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public interface IPageRenderer |
Visual Basic |
---|
Public Interface IPageRenderer |
Visual C++ |
---|
public interface class IPageRenderer |