WebPageExecutingBase.BeginContext Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
BeginContext(Int32, Int32, Boolean) | |
BeginContext(TextWriter, Int32, Int32, Boolean) | |
BeginContext(String, Int32, Int32, Boolean) | |
BeginContext(TextWriter, String, Int32, Int32, Boolean) |
BeginContext(Int32, Int32, Boolean)
protected internal void BeginContext (int startPosition, int length, bool isLiteral);
member this.BeginContext : int * int * bool -> unit
Protected Friend Sub BeginContext (startPosition As Integer, length As Integer, isLiteral As Boolean)
Parâmetros
- startPosition
- Int32
- length
- Int32
- isLiteral
- Boolean
Aplica-se a
BeginContext(TextWriter, Int32, Int32, Boolean)
protected internal void BeginContext (System.IO.TextWriter writer, int startPosition, int length, bool isLiteral);
member this.BeginContext : System.IO.TextWriter * int * int * bool -> unit
Protected Friend Sub BeginContext (writer As TextWriter, startPosition As Integer, length As Integer, isLiteral As Boolean)
Parâmetros
- writer
- TextWriter
- startPosition
- Int32
- length
- Int32
- isLiteral
- Boolean
Aplica-se a
BeginContext(String, Int32, Int32, Boolean)
protected internal void BeginContext (string virtualPath, int startPosition, int length, bool isLiteral);
member this.BeginContext : string * int * int * bool -> unit
Protected Friend Sub BeginContext (virtualPath As String, startPosition As Integer, length As Integer, isLiteral As Boolean)
Parâmetros
- virtualPath
- String
- startPosition
- Int32
- length
- Int32
- isLiteral
- Boolean
Aplica-se a
BeginContext(TextWriter, String, Int32, Int32, Boolean)
protected internal void BeginContext (System.IO.TextWriter writer, string virtualPath, int startPosition, int length, bool isLiteral);
member this.BeginContext : System.IO.TextWriter * string * int * int * bool -> unit
Protected Friend Sub BeginContext (writer As TextWriter, virtualPath As String, startPosition As Integer, length As Integer, isLiteral As Boolean)
Parâmetros
- writer
- TextWriter
- virtualPath
- String
- startPosition
- Int32
- length
- Int32
- isLiteral
- Boolean