PageHandlerFactory.GetHandler メソッド
アセンブリ: System.Web (system.web.dll 内)

Public Overridable Function GetHandler ( _ context As HttpContext, _ requestType As String, _ virtualPath As String, _ path As String _ ) As IHttpHandler
Dim instance As PageHandlerFactory Dim context As HttpContext Dim requestType As String Dim virtualPath As String Dim path As String Dim returnValue As IHttpHandler returnValue = instance.GetHandler(context, requestType, virtualPath, path)
public virtual IHttpHandler GetHandler ( HttpContext context, string requestType, string virtualPath, string path )
public: virtual IHttpHandler^ GetHandler ( HttpContext^ context, String^ requestType, String^ virtualPath, String^ path )
public IHttpHandler GetHandler ( HttpContext context, String requestType, String virtualPath, String path )
public function GetHandler ( context : HttpContext, requestType : String, virtualPath : String, path : String ) : IHttpHandler
- context
HTTP 要求を処理するために使用する、組み込みのサーバー オブジェクト (たとえば、Request、Response、Session、および Server) への参照を提供する HttpContext クラスのインスタンス。
要求を処理する新しい IHttpHandler。それ以外の場合は null 参照 (Visual Basic では Nothing)。

GetHandler メソッドは ASP.NET ランタイムによって呼び出され、IHttpHandler インターフェイスの有効なインスタンスまたは null 参照 (Visual Basic では Nothing) を返します。

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からPageHandlerFactory.GetHandler メソッドを検索する場合は、下記のリンクをクリックしてください。

- PageHandlerFactory.GetHandler メソッドのページへのリンク