3 references to ContainerType
System.Web (3)
UI\ControlBuilder.cs (3)
1171if (!typeof(INamingContainer).IsAssignableFrom(templateAttrib.ContainerType)) { 1172throw new HttpException(SR.GetString(SR.Invalid_template_container, name, templateAttrib.ContainerType.FullName)); 1176builder.SetControlType(templateAttrib.ContainerType);