Click or drag to resize
HtmlLinkButton Method (String, String, String, String, Object)

Namespace: ConnectedApps.Cms.Sdk.UI
Assembly: ConnectedApps.Cms.Sdk.UI (in ConnectedApps.Cms.Sdk.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static HtmlString LinkButton(
	string name,
	string text,
	string Event,
	string argument,
	Object attributes
)

Parameters

name
Type: SystemString
text
Type: SystemString
Event
Type: SystemString
argument
Type: SystemString
attributes
Type: SystemObject

Return Value

Type: HtmlString
See Also