Share via


VBCodeParser.AcceptVBSpaces Method

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

Accepts spaces in the VB code.

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

Syntax

'Declaration
Protected Sub AcceptVBSpaces
'Usage
Me.AcceptVBSpaces()
protected void AcceptVBSpaces()
protected:
void AcceptVBSpaces()
member AcceptVBSpaces : unit -> unit
protected function AcceptVBSpaces()

See Also

Reference

VBCodeParser Class

System.Web.Razor.Parser Namespace