Hits Today: 1 Total: 868 | Updated: 9/2/2002 | |
 | The Attribute class contains convenience methods to access and test custom attributes. While any user-defined type can be used as an attribute, it is expected that most attributes will be instances of types derived from Attribute. Author: unknown Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 987 | Updated: 10/3/2002 | |
 | Custom attributes can be used to store the metadata of code elements. All attributes defined in the .NET directly or indirectly are derived from the System.Attribute class. In this article, we will see how to create a custom attribute and use it.
Author: Sushila S. Bowalekar Code: ASP.NET v1.0 & C# |
Hits Today: 1 Total: 1273 | Updated: 9/30/2002 | |
 | Attributes can be used to document classes at design time, specify runtime information (such as the name of an XML field to be used when serializing information from the class), and even dictate runtime behavior. Author: Tim Landgrave Code: ASP.NET v1.0 & VB | |  | |
|