This topic has not yet been rated - Rate this topic

WebPageExecutingBase.EndContext Method (TextWriter, Int32, Int32, Boolean)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)
'Declaration
Protected FriendSubEndContext ( _
	writerAsTextWriter, _
	startPositionAsInteger, _
	lengthAsInteger, _
	isLiteralAsBoolean _
)
'Usage
DimwriterAsTextWriterDimstartPositionAsIntegerDimlengthAsIntegerDimisLiteralAsBooleanMe.EndContext(writer, startPosition, _
	length, isLiteral)

Parameters

writer
Type: System.IO.TextWriter
startPosition
Type: System.Int32
length
Type: System.Int32
isLiteral
Type: System.Boolean
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.