







Get an attribute
Namespace:
HttpServer.Rendering.Haml.Nodes
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public AttributeNode..::.Attribute GetAttribute( string name ) |
| Visual Basic (Declaration) |
|---|
Public Function GetAttribute ( _ name As String _ ) As AttributeNode..::.Attribute |
| Visual C++ |
|---|
public: AttributeNode..::.Attribute^ GetAttribute( String^ name ) |
Parameters
- name
- Type: System..::.String
name of the attribute (case sensitive)
