WebPageExecutingBase.EndContext Method (TextWriter, String, Int32, Int32, Boolean)
Namespace:
System.Web.WebPages
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
'Declaration Protected Friend Sub EndContext ( _ writer As TextWriter, _ virtualPath As String, _ startPosition As Integer, _ length As Integer, _ isLiteral As Boolean _ ) 'Usage Dim writer As TextWriter Dim virtualPath As String Dim startPosition As Integer Dim length As Integer Dim isLiteral As Boolean Me.EndContext(writer, virtualPath, _ startPosition, length, isLiteral)
Parameters
- writer
- Type: System.IO.TextWriter
- virtualPath
- Type: System.String
- startPosition
- Type: System.Int32
- length
- Type: System.Int32
- isLiteral
- Type: System.Boolean
Show: