다음을 통해 공유


WebPageExecutingBase.BeginContext 메서드

정의

오버로드

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)

매개 변수

startPosition
Int32
length
Int32
isLiteral
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

적용 대상