Class UrlShortingOptions
Inheritance
UrlShortingOptions
Assembly: Volo.CmsKit.Pro.Common.Application.Contracts.dll
Syntax
public class UrlShortingOptions
Constructors
UrlShortingOptions()
Declaration
public UrlShortingOptions()
Properties
OnConflict
Declaration
public Func<ConflictUrlContext, Task<ShortenedUrlDto>> OnConflict { get; set; }
Property Value
PreventRegexLoop
Declaration
public bool PreventRegexLoop { get; set; }
Property Value
RegexIgnoreCase
Declaration
public bool RegexIgnoreCase { get; set; }
Property Value
TrackingQueryStringParameter
Declaration
public string TrackingQueryStringParameter { get; set; }
Property Value
Extension Methods