VBCodeParser::AssertDirective Method

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

Asserts the given directive.

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

[ConditionalAttribute(L"DEBUG")]
protected:
void AssertDirective(
	String^ directive
)

Parameters

directive
Type: System::String
The directive to assert.
Show: