HtmlSymbol Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents the Html symbols.
System.Object
System.Web.Razor.Tokenizer.Symbols.SymbolBase(HtmlSymbolType)
System.Web.Razor.Tokenizer.Symbols.HtmlSymbol
System.Web.Razor.Tokenizer.Symbols.SymbolBase(HtmlSymbolType)
System.Web.Razor.Tokenizer.Symbols.HtmlSymbol
Assembly: System.Web.Razor (in System.Web.Razor.dll)
The HtmlSymbol type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | HtmlSymbol(SourceLocation, String, HtmlSymbolType) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the HtmlSymbol class. |
![]() | HtmlSymbol(SourceLocation, String, HtmlSymbolType, IEnumerable(RazorError)) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the HtmlSymbol class. |
![]() | HtmlSymbol(Int32, Int32, Int32, String, HtmlSymbolType) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the HtmlSymbol class. |
![]() | HtmlSymbol(Int32, Int32, Int32, String, HtmlSymbolType, IEnumerable(RazorError)) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the HtmlSymbol class. |
| Name | Description | |
|---|---|---|
![]() | Content | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the content of a SymbolBase(TType). (Inherited from SymbolBase(TType).) |
![]() | Errors | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the razor error. (Inherited from SymbolBase(TType).) |
![]() | Start | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the starting point of the source location. (Inherited from SymbolBase(TType).) |
![]() | Type | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a Type that inherits from the base Type. (Inherited from SymbolBase(TType).) |
| Name | Description | |
|---|---|---|
![]() | ChangeStart | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Changes the start of the machine. (Inherited from SymbolBase(TType).) |
![]() | Equals | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified Object is equal to the current Object. (Inherited from SymbolBase(TType).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Retrieves a hash code based on the current SymbolBase(TType) object. (Inherited from SymbolBase(TType).) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OffsetStart | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Starts the time’s offset for the source location. (Inherited from SymbolBase(TType).) |
![]() | ToString | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates a string representation of the current SymbolBase(TType) object. (Inherited from SymbolBase(TType).) |
Show:
