Class ConflictUrlContext
Inherited Members
Namespace: Volo.CmsKit.Public.UrlShorting
Assembly: Volo.CmsKit.Pro.Common.Application.Contracts.dll
Syntax
public class ConflictUrlContext
Constructors
ConflictUrlContext(string, ShortenedUrlDto[])
Declaration
public ConflictUrlContext(string sourceUrl, ShortenedUrlDto[] conflictUrls)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sourceUrl | |
| ShortenedUrlDto[] | conflictUrls |
Properties
ConflictUrls
Declaration
public ShortenedUrlDto[] ConflictUrls { get; }
Property Value
| Type | Description |
|---|---|
| ShortenedUrlDto[] |
SourceUrl
Declaration
public string SourceUrl { get; }
Property Value
| Type | Description |
|---|---|
| string |