Table of Contents

Property SuffixFunction

Namespace
Sisk.Core.Http
Assembly
Sisk.Core.dll

SuffixFunction

Gets or sets the function that provides a suffix string value.

public Func<string?> SuffixFunction { get; set; }

Property Value

Func<string>

Remarks

The assigned function should return the desired suffix as a string. If the function returns null, it is treated as an empty string in most scenarios.