SymbolBase(Of TType).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 a SymbolBase(Of TType).

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

'Declaration
Public Property Content As String 
	Get 
	Private Set
'Usage
Dim instance As SymbolBase 
Dim value As String 

value = instance.Content

Property Value

Type: System.String
The content of a SymbolBase(Of TType).

Implements

ISymbol.Content
Show: