RazorPageBase.BeginContext(Int32, Int32, Boolean) Method

Definition

System.Object.BeginContext(System.Int32,System.Int32,System.Boolean)
public:
 abstract void BeginContext(int position, int length, bool isLiteral);
public abstract void BeginContext (int position, int length, bool isLiteral);
abstract member BeginContext : int * int * bool -> unit
Public MustOverride Sub BeginContext (position As Integer, length As Integer, isLiteral As Boolean)

Parameters

position
Int32
length
Int32
isLiteral
Boolean

Applies to