System.Web.UI.MasterPageParser.GetCompiledMasterType C# (CSharp) Method

GetCompiledMasterType() public static method

public static GetCompiledMasterType ( string virtualPath, string inputFile, HttpContext context ) : Type
virtualPath string
inputFile string
context System.Web.HttpContext
return System.Type
		public static Type GetCompiledMasterType (string virtualPath, string inputFile, HttpContext context)
		{
			return BuildManager.GetCompiledType (virtualPath);
		}