System.Web.Compilation.AspComponentFoundry.AspComponentFoundry C# (CSharp) Method

AspComponentFoundry() public method

public AspComponentFoundry ( ) : System
return System
		public AspComponentFoundry ()
		{
			foundries = new Hashtable (StringComparer.InvariantCultureIgnoreCase);
			Assembly sw = typeof (AspComponentFoundry).Assembly;
			RegisterFoundry ("asp", sw, "System.Web.UI.WebControls");
			RegisterFoundry ("", "object", typeof (System.Web.UI.ObjectTag));
			RegisterConfigControls ();
		}