TryGetAttributeWithName(string,MarkupAttribute)
Last updated
Last updated
Method in MarkupParseResult
Gets the first attribute with the specified name, if present.
Name | Description |
---|---|
| The name of the attribute to get. |
attribute | When this method returns, contains the attribute with the specified name, if the attribute is found; otherwise, the default . This parameter is passed uninitialized. |
true
if the MarkupParseResult contains an attribute with the specified name; otherwise, false
.