HtmlSymbolType Enumeration

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

Namespace:  System.Web.Razor.Tokenizer.Symbols
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

public enum class HtmlSymbolType

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

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

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

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

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

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

LeftBracketThis 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.

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

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

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

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

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

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

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

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

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

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

UnknownThis 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.

Show: