WebPageExecutingBase.BeginContext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- startPosition
- Int32
- length
- Int32
- isLiteral
- Boolean
Applies to
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)
Parameters
- writer
- TextWriter
- startPosition
- Int32
- length
- Int32
- isLiteral
- Boolean
Applies to
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)
Parameters
- virtualPath
- String
- startPosition
- Int32
- length
- Int32
- isLiteral
- Boolean
Applies to
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)
Parameters
- writer
- TextWriter
- virtualPath
- String
- startPosition
- Int32
- length
- Int32
- isLiteral
- Boolean