Class CreateShortenedUrlDto
Inheritance
CreateShortenedUrlDto
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public class CreateShortenedUrlDto
Constructors
CreateShortenedUrlDto()
Declaration
public CreateShortenedUrlDto()
Properties
IsRegex
Declaration
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")]
public string Target { get; set; }
Property Value
Extension Methods