HtmlImageButton Method (String, String, String, String, Object) |
Namespace: ConnectedApps.Cms.Sdk.UIAssembly: ConnectedApps.Cms.Sdk.UI (in ConnectedApps.Cms.Sdk.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static HtmlString ImageButton(
string name,
string imageUrl,
string Event,
string argument,
Object attributes
)
Public Shared Function ImageButton (
name As String,
imageUrl As String,
Event As String,
argument As String,
attributes As Object
) As HtmlString
public:
static HtmlString^ ImageButton(
String^ name,
String^ imageUrl,
String^ Event,
String^ argument,
Object^ attributes
)
static member ImageButton :
name : string *
imageUrl : string *
Event : string *
argument : string *
attributes : Object -> HtmlString
Parameters
- name
- Type: SystemString
- imageUrl
- Type: SystemString
- Event
- Type: SystemString
- argument
- Type: SystemString
- attributes
- Type: SystemObject
Return Value
Type:
HtmlString
See Also