Class CreateModalModel.CreateShortenedUrlViewModel
Inheritance
CreateModalModel.CreateShortenedUrlViewModel
Assembly: Volo.CmsKit.Pro.Admin.Web.dll
Syntax
public class CreateModalModel.CreateShortenedUrlViewModel
Constructors
CreateShortenedUrlViewModel()
Declaration
public CreateShortenedUrlViewModel()
Properties
IsRegex
Declaration
[Display(Name = "UrlForwarding:IsRegex")]
public bool IsRegex { get; set; }
Property Value
Source
Declaration
[Required]
[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