ParserContext.CompleteParse Method
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Parses the last span and returns the parse results that contain the newly built block.
Namespace: System.Web.Razor.Parser
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Function CompleteParse As ParserResults
'Usage
Dim instance As ParserContext
Dim returnValue As ParserResults
returnValue = instance.CompleteParse()
public ParserResults CompleteParse()
public:
ParserResults^ CompleteParse()
member CompleteParse : unit -> ParserResults
public function CompleteParse() : ParserResults
Return Value
Type: System.Web.Razor.ParserResults
The parse results that contain the newly built block.