ParserBase.Context Property

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

Gets or sets the ParserContext.

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

'Declaration
Public Overridable Property Context As ParserContext 
	Get 
	Set
'Usage
Dim instance As ParserBase 
Dim value As ParserContext 

value = instance.Context

instance.Context = value
Show: