Share via


SymbolBase<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<TType>.

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

Syntax

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

value = instance.Content
public string Content { get; private set; }
public:
virtual property String^ Content {
    String^ get () sealed;
    private: void set (String^ value) sealed;
}
abstract Content : string with get, private set 
override Content : string with get, private set
final function get Content () : String 
private final function set Content (value : String)

Property Value

Type: System.String
The content of a SymbolBase<TType>.

Implements

ISymbol.Content

See Also

Reference

SymbolBase<TType> Class

System.Web.Razor.Tokenizer.Symbols Namespace