PageExecutionContext Class

Definition

Provides information about the current position in the page execution cycle.

public ref class PageExecutionContext
public class PageExecutionContext
type PageExecutionContext = class
Public Class PageExecutionContext
Inheritance
PageExecutionContext

Constructors

PageExecutionContext()

Initializes a new instance of the PageExecutionContext class.

Properties

IsLiteral

Gets a flag that indicates whether the block contains literal content that should be deeply scanned for selection mapping purposes.

Length

Gets or sets the length, in characters, of the block.

StartPosition

Gets or sets the zero-based start position of the block from the start of the rendered document.

TextWriter

Gets or sets the text writer that is used to render the document.

VirtualPath

Gets or sets the virtual path of the source file.

Methods

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