Share via


ISymbol.Content Property

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

Gets the content of the symbol.

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

Syntax

'Declaration
ReadOnly Property Content As String 
    Get
'Usage
Dim instance As ISymbol 
Dim value As String 

value = instance.Content
string Content { get; }
property String^ Content {
    String^ get ();
}
abstract Content : string
function get Content () : String

Property Value

Type: System.String
The content of the symbol.

See Also

Reference

ISymbol Interface

System.Web.Razor.Tokenizer.Symbols Namespace