UserControl::Attributes Property
.NET Framework (current version)
Gets a collection of all attribute name and value pairs declared in the user control tag within the .aspx file.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property AttributeCollection^ Attributes { AttributeCollection^ get(); }
Property Value
Type: System.Web.UI::AttributeCollection^An AttributeCollection object that contains all the name and value pairs declared in the user control tag.
.NET Framework
Available since 1.1
Available since 1.1
Show: