ParserContext.LastAcceptedCharacters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Microsoft::AspNetCore::Razor::Parser::SyntaxTree::AcceptedCharacters LastAcceptedCharacters { Microsoft::AspNetCore::Razor::Parser::SyntaxTree::AcceptedCharacters get(); };
public Microsoft.AspNetCore.Razor.Parser.SyntaxTree.AcceptedCharacters LastAcceptedCharacters { get; }
member this.LastAcceptedCharacters : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.AcceptedCharacters
Public ReadOnly Property LastAcceptedCharacters As AcceptedCharacters