Sdílet prostřednictvím


PageParserFilter.PreprocessDirective(String, IDictionary) Metoda

Definice

Umožňuje filtru analyzátoru stránek předzpracovat direktivy stránky.

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)

Parametry

directiveName
String

Direktiva page

attributes
IDictionary

Kolekce atributů a hodnot analyzovaných ze stránky.

Poznámky

Analyzátor stránky volá metodu pro každou direktivu PreprocessDirective , která se vyskytla během analýzy.

Platí pro