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);
		}