HtmlDocumentAssignAttributes Method
Assign attributes found in the HTML Element to Name / Value pairs in
the supplied Attribute Collection.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static void AssignAttributes(
string value,
HtmlAttributeCollection attributes,
bool preserveSpace
)
Public Shared Sub AssignAttributes (
value As String,
attributes As HtmlAttributeCollection,
preserveSpace As Boolean
)
No code example is currently available or this language may not be supported.
Parameters
- value String
-
An HTML Element with opening and closing braces.
- attributes HtmlAttributeCollection
-
Collection designated to receive all attribute values found.
- preserveSpace Boolean
-
Value indicating whether to preserve all space in the document.