Show / Hide Table of Contents

Class ShortenedUrlDto

Inheritance
object
ShortenedUrlDto
Namespace: Volo.CmsKit.Admin.UrlShorting
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public class ShortenedUrlDto : CreationAuditedEntityDto<Guid>

Constructors

ShortenedUrlDto()

Declaration
public ShortenedUrlDto()

Properties

Source

Declaration
public string Source { get; set; }
Property Value
Type Description
string

Target

Declaration
public string Target { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft