Plumtree Portal UI  
 

TagHelper.InternalGetAttributeFromName Method

This helper method gets an attribute from a String object rather than an attribute object.

Overload List

This helper method gets an attribute from a String object rather than an attribute object.

protected virtual string InternalGetAttributeFromName(string,int);

This helper method gets an attribute from a String object rather than an attribute object. It also allows you to set the error handling behavior of this method.

protected virtual string InternalGetAttributeFromName(string,int,bool);

See Also

TagHelper Class | com.plumtree.portaluiinfrastructure.tags.helper Namespace