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.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
protected function OtherParserBlock( startSequence : String, endSequence : String )
Parameters
- startSequence
- Type: System.String
The start sequence.
- endSequence
- Type: System.String
The end sequence.
Show: