Class TagViewComponent.TagViewModel
Inheritance
TagViewComponent.TagViewModel
Assembly: Volo.CmsKit.Public.Web.dll
Syntax
public class TagViewComponent.TagViewModel
Constructors
TagViewModel()
Declaration
Properties
EntityId
Declaration
public string EntityId { get; set; }
Property Value
EntityType
Declaration
public string EntityType { get; set; }
Property Value
Tags
Declaration
public List<TagDto> Tags { get; set; }
Property Value
UrlFormat
Declaration
public string UrlFormat { get; set; }
Property Value
Extension Methods