Class BlogFeatureCacheKey
Inheritance
BlogFeatureCacheKey
Assembly: Volo.CmsKit.Common.Application.Contracts.dll
Syntax
public class BlogFeatureCacheKey
Constructors
BlogFeatureCacheKey(Guid, string)
Declaration
public BlogFeatureCacheKey(Guid id, string featureName)
Parameters
Properties
FeatureName
Declaration
public string FeatureName { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods