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