Browse Source

Update Tags.md

pull/17110/head
Alper Ebiçoğlu 3 years ago
committed by GitHub
parent
commit
d5a3c32774
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Modules/Cms-Kit/Tags.md

2
docs/en/Modules/Cms-Kit/Tags.md

@ -54,7 +54,7 @@ The tag system provides a tag [widget](../../UI/AspNetCore/Widgets.md) to displa
## The Popular Tags Widget
The tag system provides a popular tags [widget](../../UI/AspNetCore/Widgets.md) to display popular tags of a resource that was configured for tagging. You can simply place the widget on a page like below:
The tag system provides a popular tags [widget](../../UI/AspNetCore/Widgets.md) to display popular tags of a resource that was configured for tagging. You can simply place the widget on a page as below:
```csharp
@await Component.InvokeAsync(typeof(PopularTagsViewComponent), new

Loading…
Cancel
Save