VBCodeParser.At Method (String)

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

Determines whether the directive is ‘AT’ directive.

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

'Declaration
Protected Function At ( _
	directive As String _
) As Boolean
'Usage
Dim directive As String 
Dim returnValue As Boolean 

returnValue = Me.At(directive)

Parameters

directive
Type: System.String
The directive.

Return Value

Type: System.Boolean
true if the directive is an ‘AT’ directive; otherwise, false.
Show: