System.Web.UI.MasterPageParser.GetCompiledMasterType C# (CSharp) Метод

GetCompiledMasterType() публичный статический Метод

public static GetCompiledMasterType ( string virtualPath, string inputFile, HttpContext context ) : Type
virtualPath string
inputFile string
context System.Web.HttpContext
Результат System.Type
		public static Type GetCompiledMasterType (string virtualPath, string inputFile, HttpContext context)
		{
			return BuildManager.GetCompiledType (virtualPath);
		}