This documentation is archived and is not being maintained.

DefaultHttpHandler::OverrideExecuteUrlPath Method

Overrides the target URL for the current request.

Namespace:  System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual String^ OverrideExecuteUrlPath()

Return Value

Type: System::String
The 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:

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

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: