Plumtree Tags API  
 

ATag.GetTagAttributeNames Method 

Gets an enumeration of the names of all the pt attributes in this tag.

E.G. <pt:tag pt:ptattr="test" width="10"/> would return the ptattr attribute, but not the width attribute.

PT attributes are designed to specify the logic of the tag, while non-pt attributes specify the behavior of the resulting HTML tag.

In general, PT Attributes should have a corresponding ATagAttribute class and should be retrieved using the GetTagAttributeAs* methods. These methods handle default attribute values and attribute type conversion.

This method is present for backwards compatibility with the standard Transformer tags and should not be used if at all possible.

PT Tag Attribute Method
public virtual IXPEnumerator GetTagAttributeNames();

Return Value

IXPEnumerator All of the pt attribute names of this tag

See Also

ATag Class | com.plumtree.portaluiinfrastructure.tags Namespace