PageParserFilter.PreprocessDirective(String, IDictionary) Metódus

Definíció

Lehetővé teszi, hogy a lapelemző szűrő előre feldolgozhassa az oldalirányelveket.

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)

Paraméterek

directiveName
String

A lap irányelve.

attributes
IDictionary

Az oldalról elemzett attribútumok és értékek gyűjteménye.

Megjegyzések

A lapelemző meghívja az PreprocessDirective elemzés során észlelt egyes direktívák metódusát.

A következőre érvényes: