Show / Hide Table of Contents

Class ShortenedUrlDto

Inheritance
object
ShortenedUrlDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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