Class ShortenedUrlDto
Inheritance
ShortenedUrlDto
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public class ShortenedUrlDto : CreationAuditedEntityDto<Guid>, IEntityDto<Guid>, IEntityDto, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator
Constructors
ShortenedUrlDto()
Declaration
Properties
IsRegex
Declaration
public bool IsRegex { get; set; }
Property Value
Source
Declaration
public string Source { get; set; }
Property Value
Target
Declaration
public string Target { get; set; }
Property Value
Implements
Extension Methods