Show / Hide Table of Contents

Class ShortenedUrlCacheItem

Inheritance
object
ShortenedUrlCacheItem
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.UrlShorting
Assembly: Volo.CmsKit.Pro.Domain.Shared.dll
Syntax
public class ShortenedUrlCacheItem

Constructors

ShortenedUrlCacheItem()

Declaration
public ShortenedUrlCacheItem()

Properties

Exists

Declaration
public bool Exists { get; set; }
Property Value
Type Description
bool

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