Click or drag to resize

HtmlDocumentCreateAttribute Method (String)

Creates an HTML attribute with the specified name.

Namespace:  WorkflowGen.My.HtmlAgilityPack
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public HtmlAttribute CreateAttribute(
	string name
)

Parameters

name
Type: SystemString
The name of the attribute. May not be null.

Return Value

Type: HtmlAttribute
The new HTML attribute.
See Also