XmlHelperGetXmlAttributeValue Method |
Returns string value of the specified xml attribute.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string GetXmlAttributeValue(
XmlAttribute attribute,
string defValue
)
Parameters
- attribute
- Type: System.XmlXmlAttribute
Xml attribute to get value of - defValue
- Type: SystemString
Default value if xml attribute is not defined
Return Value
Type:
StringSee Also