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!

AttributeCollection Class

The AttributeCollection class provides object-model access to all attributes declared on an HTML server control element.

Object
   AttributeCollection

[Visual Basic]
Public Class AttributeCollection
[C#]
public class AttributeCollection
[C++]
public __gc class AttributeCollection
[JScript]
public class AttributeCollection

Remarks

Attributes are keyed using case-insensitive String lookups. They can return a String or, if there is no value present, NULL.

Requirements

Namespace: System.Web.UI

Assembly: System.Web.dll

See Also

AttributeCollection Members | System.Web.UI Namespace