PageParserFilter Members
.NET Framework 3.0
The following tables list the members exposed by the PageParserFilter type.
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| AllowCode | Gets a value indicating whether an ASP.NET parser filter permits code on the page. |
| NumberOfControlsAllowed | Gets the maximum number of controls that a parser filter can parse for a single page. |
| NumberOfDirectDependenciesAllowed | Gets the maximum number of direct file dependencies that the page parser permits for a single page. |
| TotalNumberOfDependenciesAllowed | Gets the maximum number of direct and indirect file dependencies that the page parser permits for a single page. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| AllowBaseType | Determines whether the page can be derived from the specified Type. |
| AllowControl | Gets a value indicating whether the specified control type is allowed for this page. |
| AllowServerSideInclude | Determines whether a parser permits a specific server-side include on a page. |
| AllowVirtualReference | Determines whether a parser permits a virtual reference to a specific type of resource on a page. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetCompilationMode | Retrieves the current compilation mode for the page. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ParseComplete | Called by an ASP.NET page parser to notify a filter when the parsing of a page is complete. |
| PreprocessDirective | Allows the page parser filter to preprocess page directives. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| Initialize | Initializes a filter used for a page. |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |