Class PopularTagDto
Inherited Members
Namespace: Volo.CmsKit.Tags
Assembly: Volo.CmsKit.Common.Application.Contracts.dll
Syntax
public class PopularTagDto
Constructors
PopularTagDto()
Declaration
public PopularTagDto()
Properties
Count
Declaration
public int Count { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Id
Declaration
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |