Attributes Property

HttpServer.dll

html attributes

Namespace:  HttpServer.Rendering.Haml.Nodes
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public List<AttributeNode..::.Attribute> Attributes { get; }
Visual Basic (Declaration)
Public ReadOnly Property Attributes As List(Of AttributeNode..::.Attribute)
Visual C++
public:
property List<AttributeNode..::.Attribute^>^ Attributes {
	List<AttributeNode..::.Attribute^>^ get ();
}

See Also