DefaultHttpHandler.OverrideExecuteUrlPath Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overrides the target URL for the current request.
public:
virtual System::String ^ OverrideExecuteUrlPath();
public virtual string OverrideExecuteUrlPath();
abstract member OverrideExecuteUrlPath : unit -> string
override this.OverrideExecuteUrlPath : unit -> string
Public Overridable Function OverrideExecuteUrlPath () As 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 | 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 |
.NET 피드백
.NET은(는) 오픈 소스 프로젝트입니다. 다음 링크를 선택하여 피드백을 제공해 주세요.