ParserBase.Context Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
virtual property Microsoft::AspNetCore::Razor::Parser::ParserContext ^ Context { Microsoft::AspNetCore::Razor::Parser::ParserContext ^ get(); void set(Microsoft::AspNetCore::Razor::Parser::ParserContext ^ value); };
public virtual Microsoft.AspNetCore.Razor.Parser.ParserContext Context { get; set; }
member this.Context : Microsoft.AspNetCore.Razor.Parser.ParserContext with get, set
Public Overridable Property Context As ParserContext