Beispiel #1
0
        public async Task <IViewComponentResult> InvokeAsync(int quantity)
        {
            var tags = _tagCloudService.GetTagCloud(quantity);

            return(View("TagCloud", tags));
        }