Interface IContentService
public interface IContentService
Methods
ClearCacheAsync()
Task ClearCacheAsync()
Returns
GetContentAsync(string, string, Guid, ContentFormat?, string)
Task<(string Value, bool Success)> GetContentAsync(string key, string defaultValue, Guid languageKey, ContentFormat? contentType, string application = null)
Parameters
keystringdefaultValuestringlanguageKeyGuidcontentTypeContentFormat?applicationstring
Returns
SetContentAsync(string, string, Guid, ContentFormat, string)
Task SetContentAsync(string key, string value, Guid languageKey, ContentFormat contentType, string application = null)
Parameters
keystringvaluestringlanguageKeyGuidcontentTypeContentFormatapplicationstring