HtmlImageButton Method (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,
Object attributes
)
Public Shared Function ImageButton (
name As String,
imageUrl As String,
attributes As Object
) As HtmlString
public:
static HtmlString^ ImageButton(
String^ name,
String^ imageUrl,
Object^ attributes
)
static member ImageButton :
name : string *
imageUrl : string *
attributes : Object -> HtmlString
Parameters
- name
- Type: SystemString
- imageUrl
- Type: SystemString
- attributes
- Type: SystemObject
Return Value
Type:
HtmlString
See Also