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