C# Tutorial Attribute
Get
- Access All of an Element ' s Attributes with the Attributes in CSharp
- Access Element ' s Attributes Using the Attributes Method in CSharp
- Access an Element ' s First Attribute with the FirstAttribute Property in CSharp
- Access the Last Attribute with the LastAttribute Property in CSharp
- Access the Next Attribute with the NextAttribute Property in CSharp
- Access the Previous Attribute with the PreviousAttribute Property in CSharp
- Check if attribute has a namespace declaration in CSharp
- Get XAttribute by name in CSharp
- Get a collection of attributes of this element in CSharp
- Get the node type for XAttribute in CSharp
- Get the the number of attributes using XmlReader in CSharp
- Get value for an Attribute in CSharp
Create
- Add an attribute to the root node in CSharp
- Add serveral XML attribute to Element in CSharp
- Create Attribute with namespace in CSharp
- Create an Attribute and Adding It to Its Element in CSharp
- Create an XElement from tag name and attribute name and value in CSharp
Cast
- Cast attribute and check null in CSharp
- Cast the value of XAttribute to a Boolean in CSharp
- Cast the value of XAttribute to a DateTime in CSharp
Set
- Change an Attribute ' s Value in CSharp
- Get or set the value of an attribute in CSharp
- Set the value for attribute in CSharp
- Use SetAttributeValue to Add, Delete, and Update Attributes in CSharp
Remove
- Remove an Attribute in CSharp
- Remove nodes and attributes from XElement in CSharp
- Remove the attributes from XElement in CSharp