Class PopularTagDto
Inheritance
System.Object
PopularTagDto
Namespace: Volo.Blogging.Tagging.Dtos
Assembly: Volo.Blogging.Application.Contracts.dll
Syntax
public class PopularTagDto : object
Properties
Count
Declaration
public int Count { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Tag
Declaration
public TagDto Tag { get; set; }
Property Value
| Type | Description |
|---|---|
| TagDto |