PageExecutionContext Class
Provides information about the current position in the page execution cycle.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | PageExecutionContext() | Initializes a new instance of the PageExecutionContext class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


