Span.Content Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the content of the span.

Namespace:  System.Web.Razor.Parser.SyntaxTree
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

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

value = instance.Content
public string Content { get; private set; }
public:
property String^ Content {
    String^ get ();
    private: void set (String^ value);
}
member Content : string with get, private set
function get Content () : String 
private function set Content (value : String)

Property Value

Type: System.String
The content of the span.

See Also

Reference

Span Class

System.Web.Razor.Parser.SyntaxTree Namespace