Share via


ParserContext.CurrentCharacter Property

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

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

Syntax

'Declaration
Public ReadOnly Property CurrentCharacter As Char 
    Get
'Usage
Dim instance As ParserContext 
Dim value As Char 

value = instance.CurrentCharacter
public char CurrentCharacter { get; }
public:
property wchar_t CurrentCharacter {
    wchar_t get ();
}
member CurrentCharacter : char
function get CurrentCharacter () : char

Property Value

Type: System.Char
The current character available from the source.

See Also

Reference

ParserContext Class

System.Web.Razor.Parser Namespace