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).
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
Implements
ISymbol.Content
Show: