Modifier

PageExecutionListener Class

Definition

Provides methods that are called before and after a view engine renders output.

public ref class PageExecutionListener abstract
public abstract class PageExecutionListener
type PageExecutionListener = class
Public MustInherit Class PageExecutionListener
Inheritance
PageExecutionListener

Constructors

PageExecutionListener()

Initializes a new instance of the PageExecutionListener class.

Methods

BeginContext(PageExecutionContext)

Called by a view engine before it renders the output for the specified context.

EndContext(PageExecutionContext)

Called by a view engine after it renders the output for the specified context.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to