DefaultHttpHandler.OverrideExecuteUrlPath Method
.NET Framework 3.0
Overrides the target URL for the current request.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The OverrideExecuteUrlPath method returns a null reference (Nothing in Visual Basic) 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 Microsoft Internet Information Services (IIS) 6, and if the response was not modified before the DefaultHttpHandler object was called. The response is modified by any of the following.
-
Calling System.Web.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.
Community Additions
ADD
Show: