System.Web.UI.PageParser.GetCompiledPageType C# (CSharp) Méthode

GetCompiledPageType() private méthode

private GetCompiledPageType ( string virtualPath, string inputFile, HttpContext context ) : Type
virtualPath string
inputFile string
context HttpContext
Résultat Type
		internal Type GetCompiledPageType (string virtualPath, string inputFile, HttpContext context)
		{
			return BuildManager.GetCompiledType (virtualPath);
		}