DefaultHttpHandler::OverrideExecuteUrlPath Method ()
.NET Framework (current version)
Overrides the target URL for the current request.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System::String^The overridden URL to use in the request; or null if an overridden URL is not provided.
The OverrideExecuteUrlPath method returns null 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.
.NET Framework
Available since 2.0
Available since 2.0
Show: