Compartilhar via


HelperPage.EndContext Método

Definição

Sobrecargas

EndContext(String, Int32, Int32, Boolean)

Esse tipo/membro dá suporte à infraestrutura de .NET Framework e não se destina a ser usado diretamente do seu código. Indica o fim do bloco de contexto.

EndContext(TextWriter, String, Int32, Int32, Boolean)

Esse tipo/membro dá suporte à infraestrutura de .NET Framework e não se destina a ser usado diretamente do seu código. Indica o fim do bloco de contexto.

EndContext(String, Int32, Int32, Boolean)

Esse tipo/membro dá suporte à infraestrutura de .NET Framework e não se destina a ser usado diretamente do seu código. Indica o fim do bloco de contexto.

public static void EndContext (string virtualPath, int startPosition, int length, bool isLiteral);
static member EndContext : string * int * int * bool -> unit
Public Shared Sub EndContext (virtualPath As String, startPosition As Integer, length As Integer, isLiteral As Boolean)

Parâmetros

virtualPath
String

O caminho virtual do auxiliar.

startPosition
Int32

A posição inicial.

length
Int32

O comprimento do contexto.

isLiteral
Boolean

true do contexto tem um atributo literal; caso contrário, false.

Aplica-se a

EndContext(TextWriter, String, Int32, Int32, Boolean)

Esse tipo/membro dá suporte à infraestrutura de .NET Framework e não se destina a ser usado diretamente do seu código. Indica o fim do bloco de contexto.

public static void EndContext (System.IO.TextWriter writer, string virtualPath, int startPosition, int length, bool isLiteral);
static member EndContext : System.IO.TextWriter * string * int * int * bool -> unit
Public Shared Sub EndContext (writer As TextWriter, virtualPath As String, startPosition As Integer, length As Integer, isLiteral As Boolean)

Parâmetros

writer
TextWriter

O text writer.

virtualPath
String

O caminho virtual do auxiliar.

startPosition
Int32

A posição inicial.

length
Int32

O comprimento do contexto.

isLiteral
Boolean

true do contexto tem um atributo literal; caso contrário, false.

Aplica-se a