HTMLHelperGetAttributeValue Method |
Gets the value of the HTML element's attribute.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static string GetAttributeValue(
string input,
string attributeName
)
Parameters
- input
- Type: SystemString
Element's outer HTML - attributeName
- Type: SystemString
Name of the attribute
Return Value
Type:
StringValue of the element's attribute
See Also