XmlExtensions.

GetChildElementByAttrValue(XElement, string, string, string) Method

Assembly
MagicChunks.dll
Namespace
MagicChunks.Helpers
Containing Type
XmlExtensions

Syntax

public static XElement GetChildElementByAttrValue(this XElement source, string name, string attr, string attrValue)

Parameters

Name Type Description
source XElement
name string
attr string
attrValue string

Return Value

Type Description
XElement