DefaultHttpHandler::OverrideExecuteUrlPath Method
Overrides the target URL for the current request.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System::StringThe overridden URL to use in the request; or nullptr if an overridden URL is not provided.
The OverrideExecuteUrlPath method returns nullptr unless it is overridden in a class that is derived from the DefaultHttpHandler class.
The OverrideExecuteUrlPath method is called only if ASP.NET is running in worker process isolation mode on IIS 6.0, and if the response was not modified before the DefaultHttpHandler object was called. The response is modified by any of the following:
Calling HttpResponse::Write.
Calling HttpResponse::AddHeader.
Calling HttpResponse::Flush.
Changing the cache policy for the response.
Adding a Stream object as a filter to the HttpResponse::Filter property.
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.