Share via


Tokenizer<TSymbol, TSymbolType>.HaveContent Property

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

Gets a value whether the tokenizer have content.

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

Syntax

'Declaration
Protected ReadOnly Property HaveContent As Boolean 
    Get
'Usage
Dim value As Boolean 

value = Me.HaveContent
protected bool HaveContent { get; }
protected:
property bool HaveContent {
    bool get ();
}
member HaveContent : bool
function get HaveContent () : boolean

Property Value

Type: System.Boolean
true if the tokenizer have content; otherwise, false.

See Also

Reference

Tokenizer<TSymbol, TSymbolType> Class

System.Web.Razor.Tokenizer Namespace