HelperPage.BeginContext Metoda

Definicja

Przeciążenia

BeginContext(String, Int32, Int32, Boolean)

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Umieszcza wszystkie instrukcje pomocnika w kontekście strony pomocnika.

BeginContext(TextWriter, String, Int32, Int32, Boolean)

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Umieszcza wszystkie instrukcje pomocnika w kontekście strony pomocnika.

BeginContext(String, Int32, Int32, Boolean)

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Umieszcza wszystkie instrukcje pomocnika w kontekście strony pomocnika.

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

Ścieżka wirtualna pomocnika.

startPosition
Int32

Pozycja początkowa.

length
Int32

Długość kontekstu.

isLiteral
Boolean

wartość true kontekstu ma atrybut literału; w przeciwnym razie wartość false.

Dotyczy

BeginContext(TextWriter, String, Int32, Int32, Boolean)

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Umieszcza wszystkie instrukcje pomocnika w kontekście strony pomocnika.

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

Składnik zapisujący tekst.

virtualPath
String

Ścieżka wirtualna pomocnika.

startPosition
Int32

Pozycja początkowa.

length
Int32

Długość kontekstu.

isLiteral
Boolean

wartość true kontekstu ma atrybut literału; w przeciwnym razie wartość false.

Dotyczy