Table of Contents

Class CalloutRedirectButtonConfiguration

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Callout button configuration with redirect.

public class CalloutRedirectButtonConfiguration : CalloutButtonConfiguration
Inheritance
object
CalloutRedirectButtonConfiguration
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