|  | Plumtree Portal UI | |
| TagHelper.InternalGetAttributeFromName Method (String, Int32, Boolean) |
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 _strAttribute,
int _nXMLAttributeType,
bool _bIgnoreProcessingErrors);
Parameters
-
_strAttribute
- The name of the attribute to retrieve.
-
_nXMLAttributeType
- The attribute type.
-
_bIgnoreProcessingErrors
- False implies that exceptions should be generated when processing attributes for value replacement. This is not the default behavior.
Return Value
The value of the attribute.
See Also
TagHelper Class | com.plumtree.portaluiinfrastructure.tags.helper Namespace | TagHelper.InternalGetAttributeFromName Overload List