PageParserFilter.PreprocessDirective(String, IDictionary) Метод

Определение

Позволяет фильтру синтаксического анализа страницы препроцессировать директивы страницы.

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)

Параметры

directiveName
String

Директива страницы.

attributes
IDictionary

Коллекция атрибутов и значений, проанализированных на странице.

Комментарии

Средство синтаксического анализа страницы вызывает PreprocessDirective метод для каждой директивы, обнаруженной во время синтаксического анализа.

Применяется к