PageParserFilter Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | AddControl(Type, IDictionary) | Adds a ControlBuilder object in the page control tree at the current page parser position. |
![]() | AllowBaseType(Type) | Determines whether the page can be derived from the specified Type. |
![]() | AllowControl(Type, ControlBuilder) | Gets a value indicating whether the specified control type is allowed for this page. |
![]() | AllowServerSideInclude(String) | Determines whether a parser permits a specific server-side include on a page. |
![]() | AllowVirtualReference(String, VirtualReferenceType) | 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(CompilationMode) | Retrieves the current compilation mode for the page. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetNoCompileUserControlType() | Returns a Type that should be used for pages or controls that are not dynamically compiled. |
![]() | GetType() | |
![]() | Initialize() | Initializes a filter used for a page. |
![]() | MemberwiseClone() | |
![]() | ParseComplete(ControlBuilder) | This API supports the product infrastructure and is not intended to be used directly from your code. Called by an ASP.NET page parser to notify a filter when the parsing of a page is complete. |
![]() | PreprocessDirective(String, IDictionary) | Allows the page parser filter to preprocess page directives. |
![]() | ProcessCodeConstruct(CodeConstructType, String) | Returns a value that indicates whether a code block should be processed by subsequent parser filters. |
![]() | ProcessDataBindingAttribute(String, String, String) | Returns a value that indicates whether the parser filter processes a data binding expression in an attribute. |
![]() | ProcessEventHookup(String, String, String) | Returns a value that indicates whether event handlers should be processed further by the parser filter. |
![]() | SetPageProperty(String, String, String) | 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.) |

