15 references to TagName
System.Web (14)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (1)
274newExpr.Parameters.Add(new CodePrimitiveExpression(builder.TagName));
UI\CollectionBuilder.cs (1)
99controlTypeName = TagName;
UI\ControlBuilder.cs (9)
1113throw new HttpException(SR.GetString(SR.Property_doesnt_have_property, TagName, name)); 1300string propName = subBuilder.TagName; 1538Object[] args = new Object[] { TagName }; 2191throw new InvalidOperationException(SR.GetString(SR.ControlBuilder_CollectionHasNoAddMethod, TagName)); 2196throw new HttpException(SR.GetString(SR.Cannot_add_value_not_collection, TagName, ex.Message), ex); 2256throw new HttpException(SR.GetString(SR.Cannot_set_property, TagName, entry.Name), e); 2485throw new HttpException(SR.GetString(SR.Cannot_set_property, TagName, entry.Name), e); 2823throw new InvalidOperationException(SR.GetString(SR.meta_localize_notallowed, TagName)); 2847throw new InvalidOperationException(SR.GetString(SR.meta_reskey_notallowed, TagName));
UI\StringPropertyBuilder.cs (2)
51throw new HttpException(SR.GetString(SR.StringPropertyBuilder_CannotHaveChildObjects, TagName, (ParentBuilder != null ? ParentBuilder.TagName : String.Empty)));
UI\UserControl.cs (1)
42designerAccessor.TagName = TagName;
System.Web.Mobile (1)
UI\MobileControls\Form.cs (1)
773throw(new Exception(SR.GetString(SR.Form_InvalidSubControlType, subBuilder.TagName)));