次の方法で共有


DefaultHttpHandler.OverrideExecuteUrlPath メソッド

定義

現在の要求の対象 URL をオーバーライドします。

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

戻り値

要求で使用するオーバーライドされた URL。オーバーライドされた URL が指定されない場合は null

注釈

メソッドは OverrideExecuteUrlPathnull クラスから派生したクラスでオーバーライドされない限り、 を DefaultHttpHandler 返します。

メソッドは OverrideExecuteUrlPath 、ASP.NET が IIS 6.0 のワーカー プロセス分離モードで実行されている場合、およびオブジェクトが呼び出される前に DefaultHttpHandler 応答が変更されなかった場合にのみ呼び出されます。 応答は、次のいずれかによって変更されます。

適用対象