Plumtree Portal UI  
 

ATag.GetTagAttributeAsString Method 

This method gets the requested attribute if it was present in the tag. Otherwise it returns the default value for the attribute, if there is one.

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

A description of the valid formats for attributes can be found in the AttributeType class.

PT Tag Attribute Method
public virtual string GetTagAttributeAsString(
   ATagAttribute _attribute
);

Parameters

_attribute

Return Value

String The value of the attribute.

See Also

ATag Class | com.plumtree.portaluiinfrastructure.tags Namespace | AttributeType#STRING