Class EditModalModel.ShortenedUrlEditViewModel
Inheritance
EditModalModel.ShortenedUrlEditViewModel
Assembly: Volo.CmsKit.Pro.Admin.Web.dll
Syntax
public class EditModalModel.ShortenedUrlEditViewModel
Constructors
ShortenedUrlEditViewModel()
Declaration
public ShortenedUrlEditViewModel()
Properties
IsRegex
Declaration
[Display(Name = "UrlForwarding:IsRegex")]
[DisabledInput]
public bool IsRegex { get; set; }
Property Value
Source
Declaration
[Required]
[DisabledInput]
[DynamicMaxLength(typeof(ShortenedUrlConst), "MaxSourceLength")]
public string Source { get; set; }
Property Value
Target
Declaration
[Required]
[DynamicMaxLength(typeof(ShortenedUrlConst), "MaxTargetLength")]
[InputInfoText("UrlForwarding:EnsureTheUrlIsStartingWithSlashIfSameDomain")]
public string Target { get; set; }
Property Value
Extension Methods