VBCodeParser.ParseBlock Method
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Blocks the parsing.
Namespace: System.Web.Razor.Parser
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Overrides Sub ParseBlock
'Usage
Dim instance As VBCodeParser
instance.ParseBlock()
public override void ParseBlock()
public:
virtual void ParseBlock() override
abstract ParseBlock : unit -> unit
override ParseBlock : unit -> unit
public override function ParseBlock()