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)
Syntax
'Declaration
Protected Function At ( _
directive As String _
) As Boolean
'Usage
Dim directive As String
Dim returnValue As Boolean
returnValue = Me.At(directive)
protected bool At(
string directive
)
protected:
bool At(
String^ directive
)
member At :
directive:string -> bool
protected function At(
directive : String
) : boolean
Parameters
- directive
Type: System.String
The directive.
Return Value
Type: System.Boolean
true if the directive is an ‘AT’ directive; otherwise, false.