This documentation is archived and is not being maintained.
PageParser Properties
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The PageParser type exposes the following members.
| Name | Description | |
|---|---|---|
|
DefaultApplicationBaseType | Gets or sets the type from which the HttpApplication instance is derived. |
|
DefaultPageBaseType | Gets or sets the type from which all pages are derived. |
|
DefaultPageParserFilterType | Gets or sets the page parser filter type that should be used at parse time. |
|
DefaultUserControlBaseType | Gets or sets the type from which all user controls are derived. |
|
EnableLongStringsAsResources | 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. |
Show: