Show / Hide Table of Contents

Class CreateShortenedUrlDto

Inheritance
object
CreateShortenedUrlDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Admin.UrlShorting
Assembly: Volo.CmsKit.Pro.Admin.Application.Contracts.dll
Syntax
public class CreateShortenedUrlDto

Constructors

CreateShortenedUrlDto()

Declaration
public CreateShortenedUrlDto()

Properties

Source

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

Target

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