WebPageExecutingBase.BeginContext 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
BeginContext(Int32, Int32, Boolean) | |
BeginContext(TextWriter, Int32, Int32, Boolean) | |
BeginContext(String, Int32, Int32, Boolean) | |
BeginContext(TextWriter, String, Int32, Int32, Boolean) |
BeginContext(Int32, Int32, Boolean)
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)
參數
- writer
- TextWriter
- startPosition
- Int32
- length
- Int32
- isLiteral
- Boolean
適用於
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)
參數
- virtualPath
- String
- startPosition
- Int32
- length
- Int32
- isLiteral
- Boolean
適用於
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)
參數
- writer
- TextWriter
- virtualPath
- String
- startPosition
- Int32
- length
- Int32
- isLiteral
- Boolean