WebPageExecutingBase.EndContext Method (Int32, Int32, Boolean)
Namespace: System.Web.WebPages
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
Syntax
'Declaration
Protected Friend Sub EndContext ( _
startPosition As Integer, _
length As Integer, _
isLiteral As Boolean _
)
'Usage
Dim startPosition As Integer
Dim length As Integer
Dim isLiteral As Boolean
Me.EndContext(startPosition, length, _
isLiteral)
protected internal void EndContext(
int startPosition,
int length,
bool isLiteral
)
protected public:
void EndContext(
int startPosition,
int length,
bool isLiteral
)
member EndContext :
startPosition:int *
length:int *
isLiteral:bool -> unit
function EndContext(
startPosition : int,
length : int,
isLiteral : boolean
)
Parameters
- startPosition
Type: System.Int32
- length
Type: System.Int32
- isLiteral
Type: System.Boolean