PageParserFilter.PreprocessDirective(String, IDictionary) Method

Definition

Allows the page parser filter to preprocess page directives.

public:
 virtual void PreprocessDirective(System::String ^ directiveName, System::Collections::IDictionary ^ attributes);
public virtual void PreprocessDirective (string directiveName, System.Collections.IDictionary attributes);
abstract member PreprocessDirective : string * System.Collections.IDictionary -> unit
override this.PreprocessDirective : string * System.Collections.IDictionary -> unit
Public Overridable Sub PreprocessDirective (directiveName As String, attributes As IDictionary)

Parameters

directiveName
String

The page directive.

attributes
IDictionary

A collection of attributes and values parsed from the page.

Remarks

The page parser calls the PreprocessDirective method for each directive encountered during parsing.

Applies to