HelperPage.EndContext Method

Definition

Overloads

EndContext(String, Int32, Int32, Boolean)

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

EndContext(TextWriter, String, Int32, Int32, Boolean)

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

EndContext(String, Int32, Int32, Boolean)

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

public static void EndContext (string virtualPath, int startPosition, int length, bool isLiteral);
static member EndContext : string * int * int * bool -> unit
Public Shared Sub EndContext (virtualPath As String, startPosition As Integer, length As Integer, isLiteral As Boolean)

Parameters

virtualPath
String

The helper virtual path.

startPosition
Int32

The starting position.

length
Int32

The length of the context.

isLiteral
Boolean

true of the context has a literal attribute; otherwise, false.

Applies to

EndContext(TextWriter, String, Int32, Int32, Boolean)

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

public static void EndContext (System.IO.TextWriter writer, string virtualPath, int startPosition, int length, bool isLiteral);
static member EndContext : System.IO.TextWriter * string * int * int * bool -> unit
Public Shared Sub EndContext (writer As TextWriter, virtualPath As String, startPosition As Integer, length As Integer, isLiteral As Boolean)

Parameters

writer
TextWriter

The text writer.

virtualPath
String

The helper virtual path.

startPosition
Int32

The starting position.

length
Int32

The length of the context.

isLiteral
Boolean

true of the context has a literal attribute; otherwise, false.

Applies to