PageParserFilter.PreprocessDirective(String, IDictionary) Methode

Definitie

Hiermee staat u toe dat het paginaparserfilter paginarichtlijnen voorbewerkt.

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

De pagina-instructie.

attributes
IDictionary

Een verzameling kenmerken en waarden die zijn geparseerd vanaf de pagina.

Opmerkingen

De paginaparser roept de PreprocessDirective methode aan voor elke instructie die tijdens het parseren is aangetroffen.

Van toepassing op