Class UrlRedirectAction
- Namespace
- JJMasterData.Core.DataDictionary.Models.Actions
- Assembly
- JJMasterData.Core.dll
public sealed class UrlRedirectAction : UserCreatedAction
- Inheritance
-
UrlRedirectAction
- Inherited Members
Constructors
UrlRedirectAction()
public UrlRedirectAction()
Properties
EncryptParameters
[JsonProperty("encryptParameters")]
[Display(Name = "Encrypt Parameters")]
public bool EncryptParameters { get; set; }
Property Value
IsIframe
If the action is inside a modal, render as iFrame. If this is false, it will only add the resulting HTML inside the modal (recommended).
[JsonProperty("isIframe")]
[Display(Name = "Is Iframe?")]
public bool IsIframe { get; set; }
Property Value
IsModal
[JsonProperty("urlAsPopUp")]
[Display(Name = "Is Modal?")]
public bool IsModal { get; set; }
Property Value
ModalSize
[JsonProperty("popupSize")]
public ModalSize ModalSize { get; set; }
Property Value
ModalTitle
[JsonProperty("ModalTitle")]
[Display(Name = "Modal Title")]
public string ModalTitle { get; set; }
Property Value
UrlRedirect
[JsonProperty("urlRedirect")]
[Display(Name = "Url")]
public string UrlRedirect { get; set; }
Property Value
Methods
DeepCopy()
public override BasicAction DeepCopy()