PageParserFilter Properties
.NET Framework 2.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| AllowCode |
Gets a value indicating whether an ASP.NET parser permits code on the page.
|
| NumberOfControlsAllowed |
Get the maximum number of controls that a parser can parse for a single page.
|
| NumberOfDirectDependenciesAllowed |
Gets the maximum number of direct file dependencies that a parser permits for a single page.
|
| TotalNumberOfDependenciesAllowed |
Gets the maximum number of direct and indirect file dependencies that a parser permits for a single page.
|