PageParserFilter.PreprocessDirective Method (String, IDictionary)
.NET Framework (current version)
Allows the page parser filter to preprocess page directives.
Assembly: System.Web (in System.Web.dll)
abstract PreprocessDirective : directiveName:string * attributes:IDictionary -> unit override PreprocessDirective : directiveName:string * attributes:IDictionary -> unit
Parameters
- directiveName
-
Type:
System.String
The page directive.
- attributes
-
Type:
System.Collections.IDictionary
A collection of attributes and values parsed from the page.
The page parser calls the PreprocessDirective method for each directive encountered during parsing.
.NET Framework
Available since 2.0
Available since 2.0
Show: