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)

member AcceptWhiteSpaceInLines : unit -> 'TSymbol 

Return Value

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