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)

Syntax

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

value = instance.Context

instance.Context = value
public virtual ParserContext Context { get; set; }
public:
virtual property ParserContext^ Context {
    ParserContext^ get ();
    void set (ParserContext^ value);
}
abstract Context : ParserContext with get, set 
override Context : ParserContext with get, set
function get Context () : ParserContext 
function set Context (value : ParserContext)

Property Value

Type: System.Web.Razor.Parser.ParserContext
The ParserContext.

See Also

Reference

ParserBase Class

System.Web.Razor.Parser Namespace