PageParser.GetCompiledPageInstance(String, String, HttpContext) メソッド

定義

特定の仮想パスのコンパイルされたページのインスタンスを返します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 static System::Web::IHttpHandler ^ GetCompiledPageInstance(System::String ^ virtualPath, System::String ^ inputFile, System::Web::HttpContext ^ context);
public static System.Web.IHttpHandler GetCompiledPageInstance (string virtualPath, string inputFile, System.Web.HttpContext context);
static member GetCompiledPageInstance : string * string * System.Web.HttpContext -> System.Web.IHttpHandler
Public Shared Function GetCompiledPageInstance (virtualPath As String, inputFile As String, context As HttpContext) As IHttpHandler

パラメーター

virtualPath
String

要求されたファイルの仮想パス。

inputFile
String

ページの物理パス。

context
HttpContext

現在の Web 要求に関する情報を保持しているオブジェクト。

戻り値

IHttpHandler

要求されたページのコンパイルされたインスタンスを返します。

適用対象

こちらもご覧ください