PageParser.GetCompiledPageInstance Method (String, String, HttpContext)
.NET Framework (current version)
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.
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: