This documentation is archived and is not being maintained.
PageParserFilter Properties
Visual Studio 2010
The PageParserFilter type exposes the following members.
| Name | Description | |
|---|---|---|
|
AllowCode | Gets a value indicating whether an ASP.NET parser filter permits code on the page. |
|
CalledFromParseControl | Gets a value that indicates whether the parser filter was called from the page. |
|
Line | Gets the line number that is currently being parsed in the file. |
|
NumberOfControlsAllowed | Gets the maximum number of controls that a parser filter can parse for a single page. |
|
NumberOfDirectDependenciesAllowed | Gets the maximum number of direct file dependencies that the page parser permits for a single page. |
|
TotalNumberOfDependenciesAllowed | Gets the maximum number of direct and indirect file dependencies that the page parser permits for a single page. |
|
VirtualPath | Gets the virtual path to the page currently being parsed. |
Show: