HelperPage.BeginContext Metoda

Definice

Přetížení

BeginContext(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. Vloží všechny pomocné příkazy do kontextu pomocné stránky.

BeginContext(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. Vloží všechny pomocné příkazy do kontextu pomocné stránky.

BeginContext(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. Vloží všechny pomocné příkazy do kontextu pomocné stránky.

public static void BeginContext (string virtualPath, int startPosition, int length, bool isLiteral);
static member BeginContext : string * int * int * bool -> unit
Public Shared Sub BeginContext (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á literál atribut; jinak nepravda.

Platí pro

BeginContext(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. Vloží všechny pomocné příkazy do kontextu pomocné stránky.

public static void BeginContext (System.IO.TextWriter writer, string virtualPath, int startPosition, int length, bool isLiteral);
static member BeginContext : System.IO.TextWriter * string * int * int * bool -> unit
Public Shared Sub BeginContext (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á literál atribut; jinak nepravda.

Platí pro