RazorPage.BeginContext(Int32, Int32, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
System.Object.BeginContext(System.Int32,System.Int32,System.Boolean)
public:
void BeginContext(int position, int length, bool isLiteral);
public:
override void BeginContext(int position, int length, bool isLiteral);
public void BeginContext (int position, int length, bool isLiteral);
public override void BeginContext (int position, int length, bool isLiteral);
member this.BeginContext : int * int * bool -> unit
override this.BeginContext : int * int * bool -> unit
Public Sub BeginContext (position As Integer, length As Integer, isLiteral As Boolean)
Public Overrides Sub BeginContext (position As Integer, length As Integer, isLiteral As Boolean)
參數
- position
- Int32
- length
- Int32
- isLiteral
- Boolean