CCFXStringSet* CCFXRequest::GetAttributeList(void)
Retrieves a list of all attribute names passed to the tag. To retrieve the value of an individual attribute, you should use the GetAttribute member function.
Returns an object of class CCFXStringSet that contains a list of all attributes passed to the tag.
You are not responsible for freeing the memory allocated for the returned string set (it will be automatically freed by ColdFusion after the request is completed).
|