Table of Contents

Class LinkParameters

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

Parameters for the link action Link.

public sealed class LinkParameters
Inheritance
object
LinkParameters
Extension Methods

Properties

Target

Name of the target browsing context.

public string Target { get; init; }

Property Value

string

Examples

"_blank"

UseWindowOpen

Indication if the redirect to a link should be open in a new window.

public bool UseWindowOpen { get; init; }

Property Value

bool

WindowOpenLinkParameters

Additional parameters to by passed to the redirect function.

public WindowOpenLinkParameters WindowOpenLinkParameters { get; init; }

Property Value

WindowOpenLinkParameters

Remarks

Used only when UseWindowOpen is true.