Click or drag to resize
Html Class
Providers helper methods to render submit buttons that support triggering module view methods.
Inheritance Hierarchy
SystemObject
  ConnectedApps.Cms.Sdk.UIHtml

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 sealed class Html

The Html type exposes the following members.

Constructors
  NameDescription
Public methodHtml
Initializes a new instance of the Html class
Top
Methods
  NameDescription
Public methodStatic memberCmsFormValuesScript
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberImageButton(String, String)
Public methodStatic memberImageButton(String, String, Object)
Public methodStatic memberImageButton(String, String, String, String, Object)
Public methodStatic memberLinkButton(String, String)
Public methodStatic memberLinkButton(String, String, Object)
Public methodStatic memberLinkButton(String, String, String, String, Object)
Public methodStatic memberSubmitButton(String, String)
Public methodStatic memberSubmitButton(String, String, Object)
Public methodStatic memberSubmitButton(String, String, String, String, Object)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also