Share via


ParserContext.LastAcceptedCharacters Property

Definition

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

public System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters LastAcceptedCharacters { get; }
member this.LastAcceptedCharacters : System.Web.Razor.Parser.SyntaxTree.AcceptedCharacters
Public ReadOnly Property LastAcceptedCharacters As AcceptedCharacters

Property Value

One of the values of the AcceptedCharacters enumeration.

Applies to