This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class RenderContext
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class RenderContext

The type exposes the following methods.

Public Methods

  Name Description
Public method Break
Breaks processing if implemented by the client.
Public method Equals (Inherited from Object.)
Public method Execute
Executes this page
Public method Static member ExecuteSingleViper
Executes a single method with the given arguments and returns the result.
Public method Find
Finds a module by its unique id.
Public method GetHashCode (Inherited from Object.)
Public method GetParentContext
Gets the parent rendering context, if embedded without sandboxing.
Public method GetType (Inherited from Object.)
Public method InjectSXML Overloaded.
Public method Static member Replace Overloaded.
Public method Reset
Resets the internal state of the RenderContext (for multiple part-renderings).
Public method Static member Resolve Overloaded.
Public method SetBuffers
Sets the buffers.
Public method SetExecutingModule
Sets the currently executing module.
Public method ToString
Returns a string representing this RenderContext.
(Overrides Object..::ToString()()()().)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Explicit Interface Implementations

See Also

Advanced