Class UrlRedirectModel
- Namespace
- JJMasterData.Core.DataManager.Models
- Assembly
- JJMasterData.Core.dll
public class UrlRedirectModel
- Inheritance
-
UrlRedirectModel
- Inherited Members
-
Properties
IsIframe
[JsonPropertyName("isIframe")]
public required bool IsIframe { get; init; }
Property Value
- bool
ModalSize
[JsonPropertyName("modalSize")]
public required ModalSize ModalSize { get; set; }
Property Value
- ModalSize
ModalTitle
[JsonPropertyName("modalTitle")]
public required string ModalTitle { get; init; }
Property Value
- string
OpenInNewTab
[JsonPropertyName("OpenInNewTab")]
public bool OpenInNewTab { get; set; }
Property Value
- bool
UrlAsModal
[JsonPropertyName("urlAsModal")]
public required bool UrlAsModal { get; init; }
Property Value
- bool
UrlRedirect
[JsonPropertyName("urlRedirect")]
public required string UrlRedirect { get; init; }
Property Value
- string