This documentation is archived and is not being maintained.
PageParserFilter::Initialize Method
Visual Studio 2010
Initializes a filter used for a page.
Assembly: System.Web (in System.Web.dll)
Because the PageParserFilter class does not expose well-defined public constructors, it is initialized by the page parsers that use the Initialize method. Override the Initialize method to add your own custom initialization steps when an instance of PageParserFilter is created and used by ASP.NET. The virtualPath parameter passed to the Initialize method sets the VirtualPath property, and cannot be nullptr.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: