System.Web.Compilation.UserControlCompiler.CompileUserControlType C# (CSharp) Method

CompileUserControlType() public static method

public static CompileUserControlType ( UserControlParser parser ) : Type
parser System.Web.UI.UserControlParser
return System.Type
		public static Type CompileUserControlType (UserControlParser parser)
		{
			UserControlCompiler pc = new UserControlCompiler (parser);
			return pc.GetCompiledType ();
		}