HelperPage.EndContext Metoda

Definice

Přetížení

EndContext(String, Int32, Int32, Boolean)

Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Označuje konec bloku kontextu.

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

Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Označuje konec bloku kontextu.

EndContext(String, Int32, Int32, Boolean)

Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Označuje konec bloku kontextu.

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)

Parametry

virtualPath
String

Pomocná virtuální cesta.

startPosition
Int32

Počáteční pozice.

length
Int32

Délka kontextu.

isLiteral
Boolean

true kontextu má atribut literál; jinak false.

Platí pro

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

Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Označuje konec bloku kontextu.

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)

Parametry

writer
TextWriter

Autor textu.

virtualPath
String

Pomocná virtuální cesta.

startPosition
Int32

Počáteční pozice.

length
Int32

Délka kontextu.

isLiteral
Boolean

true kontextu má atribut literál; jinak false.

Platí pro