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.
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.
Show: