Click or drag to resize

ContextMenuResourcesContextMenuStartButton Method (String, String, NameValueCollection, NameValueCollection, NameValueCollection, NameValueCollection)

Generates start Context Menu Button HTML markup

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public static string ContextMenuStartButton(
	string id,
	string innerText,
	NameValueCollection anchorAttributes,
	NameValueCollection imageAttributes,
	NameValueCollection arrowImageAttributes,
	NameValueCollection iconAttributes
)

Parameters

id
Type: SystemString
innerText
Type: SystemString
anchorAttributes
Type: System.Collections.SpecializedNameValueCollection
imageAttributes
Type: System.Collections.SpecializedNameValueCollection
arrowImageAttributes
Type: System.Collections.SpecializedNameValueCollection
iconAttributes
Type: System.Collections.SpecializedNameValueCollection

Return Value

Type: String
See Also