PageParserFilter Methods
.NET Framework 3.0
(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)
|