Share via


AcceptedCharacters Enumeration

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

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration AcceptedCharacters
'Usage
Dim instance As AcceptedCharacters
[FlagsAttribute]
public enum AcceptedCharacters
[FlagsAttribute]
public enum class AcceptedCharacters
[<FlagsAttribute>]
type AcceptedCharacters
public enum AcceptedCharacters

Members

Member name Description
AllWhiteSpace This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

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

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

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

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

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

See Also

Reference

System.Web.Razor.Parser.SyntaxTree Namespace