Class CalloutRedirectButtonConfiguration
Callout button configuration with redirect.
public class CalloutRedirectButtonConfiguration : CalloutButtonConfiguration
- Inheritance
-
objectCalloutRedirectButtonConfiguration
- Inherited Members
- Extension Methods
Constructors
CalloutRedirectButtonConfiguration()
public CalloutRedirectButtonConfiguration()
Properties
Icon
Icon of the button.
public string Icon { get; set; }
Property Value
- string
OpenInNewTab
Indicates whether the redirect should be opened in a new tab.
public bool OpenInNewTab { get; set; }
Property Value
- bool
RedirectUrl
Url redirect on button click.
public string RedirectUrl { get; set; }
Property Value
- string