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)

protected:
void OtherParserBlock(
	String^ startSequence, 
	String^ endSequence
)

Parameters

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