Partager via


HelperPage.EndContext Méthode

Définition

Surcharges

EndContext(String, Int32, Int32, Boolean)

Ce type/membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Indique la fin du bloc de contexte.

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

Ce type/membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Indique la fin du bloc de contexte.

EndContext(String, Int32, Int32, Boolean)

Ce type/membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Indique la fin du bloc de contexte.

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)

Paramètres

virtualPath
String

Chemin d'accès virtuel d'assistance.

startPosition
Int32

La position de départ.

length
Int32

Longueur du contexte.

isLiteral
Boolean

true du contexte a un attribut littéral ; sinon, false.

S’applique à

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

Ce type/membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Indique la fin du bloc de contexte.

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)

Paramètres

writer
TextWriter

TextWriter.

virtualPath
String

Chemin d'accès virtuel d'assistance.

startPosition
Int32

La position de départ.

length
Int32

Longueur du contexte.

isLiteral
Boolean

true du contexte a un attribut littéral ; sinon, false.

S’applique à