Class ShortenedUrlDto
Inherited Members
Namespace: Volo.CmsKit.Public.UrlShorting
Assembly: Volo.CmsKit.Pro.Common.Application.Contracts.dll
Syntax
public class ShortenedUrlDto
Constructors
ShortenedUrlDto()
Declaration
public ShortenedUrlDto()
Properties
Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
IsRegex
Declaration
public bool IsRegex { get; set; }
Property Value
Type | Description |
---|---|
bool |
Source
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
string |
Target
Declaration
public string Target { get; set; }
Property Value
Type | Description |
---|---|
string |