This documentation is archived and is not being maintained.
PageParserFilter Methods
Visual Studio 2010
The PageParserFilter type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddControl | Adds a ControlBuilder object in the page control tree at the current page parser position. |
|
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(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) |
|
GetNoCompileUserControlType | Returns a Type that should be used for pages or controls that are not dynamically compiled. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Initialize | Initializes a filter used for a page. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ParseComplete | Infrastructure. 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. |
|
ProcessCodeConstruct | Returns a value that indicates whether a code block should be processed by subsequent parser filters. |
|
ProcessDataBindingAttribute | Returns a value that indicates whether the parser filter processes a data binding expression in an attribute. |
|
ProcessEventHookup | Returns a value that indicates whether event handlers should be processed further by the parser filter. |
|
SetPageProperty | Sets a property on a control derived from the TemplateControl class, which includes the Page, UserControl, and MasterPage controls. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: