StringUtilsParseAttributes Method |
Parse a string into a collection of HTML attributes.
Note that the parsing is performed by anXmlDocument object.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static XmlAttributeCollection ParseAttributes(
string s
)
Public Shared Function ParseAttributes (
s As String
) As XmlAttributeCollection
Parameters
- s
- Type: SystemString
The attribute string or tag string to be parsed into separate name/values.
Return Value
Type:
XmlAttributeCollectionA collection of attributes. The collection may be empty, but will never be null.
See Also