Share via


TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType>.AcceptWhiteSpaceInLines Method

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

Determines whether the parser accepts whitespace in lines.

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

Syntax

'Declaration
Protected Function AcceptWhiteSpaceInLines As TSymbol
'Usage
Dim returnValue As TSymbol

returnValue = Me.AcceptWhiteSpaceInLines()
protected TSymbol AcceptWhiteSpaceInLines()
protected:
TSymbol AcceptWhiteSpaceInLines()
member AcceptWhiteSpaceInLines : unit -> 'TSymbol 
protected function AcceptWhiteSpaceInLines() : TSymbol

Return Value

Type: TSymbol
true if the parser accepts whitespace in lines; otherwise, false.

See Also

Reference

TokenizerBackedParser<TTokenizer, TSymbol, TSymbolType> Class

System.Web.Razor.Parser Namespace