Share via


SyntaxConstants Class

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

Inheritance Hierarchy

System.Object
  System.Web.Razor.Parser.SyntaxConstants

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

Syntax

'Declaration
Public NotInheritable Class SyntaxConstants
'Usage
public static class SyntaxConstants
public ref class SyntaxConstants abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type SyntaxConstants =  class end
public final class SyntaxConstants

The SyntaxConstants type exposes the following members.

Fields

  Name Description
Public fieldStatic member EndCommentSequence This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public fieldStatic member StartCommentSequence This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public fieldStatic member TextTagName This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public fieldStatic member TransitionCharacter This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Public fieldStatic member TransitionString This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Razor.Parser Namespace