LPCSTR CCFXRequest::GetAttribute(LPCSTR lpszName)
Retrieves the value of the passed attribute. Returns an empty string if the attribute does not exist. (Use CCFX:AttributeExists to test whether an attribute was passed to the tag.)
Returns the value of the attribute passed to the tag. If no attribute of that name was passed to the tag, an empty string is returned.
lpszName
Name of the attribute to retrieve (case insensitive).
|