Share via


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)

Syntax

'Declaration
Public Enumeration HtmlSymbolType
'Usage
Dim instance As HtmlSymbolType
public enum HtmlSymbolType
public enum class HtmlSymbolType
type HtmlSymbolType
public enum HtmlSymbolType

Members

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Unknown 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.Tokenizer.Symbols Namespace