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