Class PageCacheItem
Inheritance
PageCacheItem
Assembly: Volo.CmsKit.Domain.Shared.dll
Syntax
public class PageCacheItem : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
PageCacheItem()
Declaration
Properties
Content
Declaration
public string Content { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
LayoutName
Declaration
public string LayoutName { get; set; }
Property Value
Script
Declaration
public string Script { get; set; }
Property Value
Slug
Declaration
public string Slug { get; set; }
Property Value
Style
Declaration
public string Style { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Methods
GetKey(string)
Declaration
public static string GetKey(string slug)
Parameters
Type |
Name |
Description |
string |
slug |
|
Returns
Implements
Extension Methods