PageParser.GetCompiledPageInstance Method (String, String, HttpContext)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns an instance of a compiled page for the specific virtual path.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

<SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted := True)>
Public Shared Function GetCompiledPageInstance (
	virtualPath As String,
	inputFile As String,
	context As HttpContext
) As IHttpHandler

Parameters

virtualPath
Type: System.String

The virtual path of the requested file.

inputFile
Type: System.String

The physical path of the page.

context
Type: System.Web.HttpContext

An object that contains information about the current Web request.

Return Value

Type: System.Web.IHttpHandler

Returns the compiled instance of the requested page.

.NET Framework
Available since 1.1
Return to top
Show: