NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlControl.Attributes

Gets all attribute name/value pairs expressed on a server control tag within a selected ASP+ page.

[Visual Basic]
Public ReadOnly Property Attributes As AttributeCollection
[C#]
public AttributeCollection Attributes {get;}
[C++]
public: __property AttributeCollection* get_Attributes();
[JScript]
public function get Attributes() : AttributeCollection;

Property Value

The attribute collection for the specified server control tag.

Remarks

Developers can programmatically access specified attributes as they would any property.

See Also

HtmlControl Class | HtmlControl Members | System.Web.UI.HtmlControls Namespace | AttributeCollection