WebPageExecutingBase.EndContext Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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)
Параметры
- startPosition
- Int32
- length
- Int32
- isLiteral
- Boolean
Применяется к
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)
Параметры
- writer
- TextWriter
- startPosition
- Int32
- length
- Int32
- isLiteral
- Boolean
Применяется к
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)
Параметры
- virtualPath
- String
- startPosition
- Int32
- length
- Int32
- isLiteral
- Boolean
Применяется к
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)
Параметры
- writer
- TextWriter
- virtualPath
- String
- startPosition
- Int32
- length
- Int32
- isLiteral
- Boolean