Class ShortenedUrlCacheItem
Inheritance
ShortenedUrlCacheItem
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
Id
Declaration
public Guid Id { get; set; }
Property Value
IsRegex
Declaration
public bool IsRegex { get; set; }
Property Value
Source
Declaration
public string Source { get; set; }
Property Value
Target
Declaration
public string Target { get; set; }
Property Value
Extension Methods