Click or drag to resize

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
)

Parameters

s
Type: SystemString
The attribute string or tag string to be parsed into separate name/values.

Return Value

Type: XmlAttributeCollection
A collection of attributes. The collection may be empty, but will never be null.
See Also