DefaultHttpHandler.OverrideExecuteUrlPath Method

Definition

Overrides the target URL for the current request.

public virtual string OverrideExecuteUrlPath ();

Returns

The overridden URL to use in the request; or null if an overridden URL is not provided.

Remarks

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:

Applies to

Produto Versões
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1