PageExecutionContext Classe
Definição
Fornece informações sobre a posição atual no ciclo de execução de página.Provides information about the current position in the page execution cycle.
public ref class PageExecutionContext
public class PageExecutionContext
type PageExecutionContext = class
Public Class PageExecutionContext
- Herança
-
PageExecutionContext
Construtores
| PageExecutionContext() |
Inicializa uma nova instância da classe PageExecutionContext.Initializes a new instance of the PageExecutionContext class. |
Propriedades
| IsLiteral |
Obtém um sinalizador que indica se o bloco tem conteúdo literal que deve ser examinado profundamente para fins de mapeamento de seleção.Gets a flag that indicates whether the block contains literal content that should be deeply scanned for selection mapping purposes. |
| Length |
Obtém ou define o tamanho, em caracteres, do bloco.Gets or sets the length, in characters, of the block. |
| StartPosition |
Obtém ou define a posição inicial de base zero do bloco no início do documento renderizado.Gets or sets the zero-based start position of the block from the start of the rendered document. |
| TextWriter |
Obtém ou define o text writer usado para renderizar o documento.Gets or sets the text writer that is used to render the document. |
| VirtualPath |
Obtém ou define o caminho virtual do arquivo de origem.Gets or sets the virtual path of the source file. |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |