This topic has not yet been rated - Rate this topic

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)
[FlagsAttribute]
public enum AcceptedCharacters
Member nameDescription
NoneThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
NewLineThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
WhiteSpaceThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
NonWhiteSpaceThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
AllWhiteSpaceThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
AnyThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.