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)

protected:
bool At(
	String^ directive
)

Parameters

directive
Type: System::String
The directive.

Return Value

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