Метод | Описание | |
---|---|---|
HasAttributeWithValue ( this element, System.Xml.Linq.XName attributeName, string attributeValue ) : bool |
Determines whether a XElement has an XAttribute with the given value..
|
public static HasAttributeWithValue ( this element, System.Xml.Linq.XName attributeName, string attributeValue ) : bool | ||
element | this | The |
attributeName | System.Xml.Linq.XName | The name of the attribute. |
attributeValue | string | The attribute value. |
Результат | bool |