VBCodeParser.OtherParserBlock Method (String, String)

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

Indicates the parser block.

Namespace:  System.Web.Razor.Parser
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

'Declaration
Protected Sub OtherParserBlock ( _
	startSequence As String, _
	endSequence As String _
)
'Usage
Dim startSequence As String 
Dim endSequence As String 

Me.OtherParserBlock(startSequence, _
	endSequence)

Parameters

startSequence
Type: System.String
The start sequence.
endSequence
Type: System.String
The end sequence.
Show: