PageParserFilter.PreprocessDirective(String, IDictionary) Metod

Definition

Tillåter att sidparserfiltret förbearbetar siddirektiv.

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)

Parametrar

directiveName
String

Siddirektivet.

attributes
IDictionary

En samling attribut och värden som parsats från sidan.

Kommentarer

Sidparsern anropar PreprocessDirective metoden för varje direktiv som påträffades under parsningen.

Gäller för