WebPageExecutingBase.EndContext Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
EndContext(Int32, Int32, Boolean) | |
EndContext(TextWriter, Int32, Int32, Boolean) | |
EndContext(String, Int32, Int32, Boolean) | |
EndContext(TextWriter, String, Int32, Int32, Boolean) |
EndContext(Int32, Int32, Boolean)
protected internal void EndContext (int startPosition, int length, bool isLiteral);
member this.EndContext : int * int * bool -> unit
Protected Friend Sub EndContext (startPosition As Integer, length As Integer, isLiteral As Boolean)
Parámetros
- startPosition
- Int32
- length
- Int32
- isLiteral
- Boolean
Se aplica a
EndContext(TextWriter, Int32, Int32, Boolean)
protected internal void EndContext (System.IO.TextWriter writer, int startPosition, int length, bool isLiteral);
member this.EndContext : System.IO.TextWriter * int * int * bool -> unit
Protected Friend Sub EndContext (writer As TextWriter, startPosition As Integer, length As Integer, isLiteral As Boolean)
Parámetros
- writer
- TextWriter
- startPosition
- Int32
- length
- Int32
- isLiteral
- Boolean
Se aplica a
EndContext(String, Int32, Int32, Boolean)
protected internal void EndContext (string virtualPath, int startPosition, int length, bool isLiteral);
member this.EndContext : string * int * int * bool -> unit
Protected Friend Sub EndContext (virtualPath As String, startPosition As Integer, length As Integer, isLiteral As Boolean)
Parámetros
- virtualPath
- String
- startPosition
- Int32
- length
- Int32
- isLiteral
- Boolean
Se aplica a
EndContext(TextWriter, String, Int32, Int32, Boolean)
protected internal void EndContext (System.IO.TextWriter writer, string virtualPath, int startPosition, int length, bool isLiteral);
member this.EndContext : System.IO.TextWriter * string * int * int * bool -> unit
Protected Friend Sub EndContext (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