NamedNodeMapItem Property (String) |
Gets the
Attr with the specified name.
Namespace: Aspose.Html.CollectionsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 21.2
Syntaxpublic Attr this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As Attr
Get
public:
property Attr^ default[String^ name] {
Attr^ get (String^ name);
}
member Item : Attr with get
Parameters
- name
- Type: SystemString
The attribute name.
Property Value
Type:
Attr
The
Attr.
Return Value
Type:
Attr
Returns node.
See Also