PageParser Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Implements a parser for .aspx files. This class cannot be inherited.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | PageParser() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the PageParser class. |
| Name | Description | |
|---|---|---|
![]() ![]() | DefaultApplicationBaseType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the type from which the HttpApplication instance is derived. |
![]() ![]() | DefaultPageBaseType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the type from which all pages are derived. |
![]() ![]() | DefaultPageParserFilterType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the page parser filter type that should be used at parse time. |
![]() ![]() | DefaultUserControlBaseType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the type from which all user controls are derived. |
![]() ![]() | EnableLongStringsAsResources | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether ASP.NET should optimize its internal handling of long strings that are encountered when ASP.NET parses a page or control. |
![]() | Text | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the string that contains the data to be parsed.(Inherited from TemplateParser.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() ![]() | GetCompiledPageInstance(String^, String^, HttpContext^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns an instance of a compiled page for the specific virtual path. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | GetUserControlType(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Compiles and returns the type of the UserControl object that is specified by the virtual path.(Inherited from BaseTemplateParser.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
ASP.NET uses this class to parse .aspx pages.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



