Class TagPublicClientProxy
Inheritance
TagPublicClientProxy
Assembly: Volo.CmsKit.Public.HttpApi.Client.dll
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(ITagAppService), typeof(TagPublicClientProxy) })]
public class TagPublicClientProxy : ClientProxyBase<ITagAppService>, ITransientDependency, ITagAppService, IApplicationService, IRemoteService
Constructors
Declaration
public TagPublicClientProxy()
Methods
Declaration
public virtual Task<List<TagDto>> GetAllRelatedTagsAsync(string entityType, string entityId)
Parameters
Returns
Declaration
public virtual Task<List<PopularTagDto>> GetPopularTagsAsync(string entityType, int maxCount)
Parameters
Type |
Name |
Description |
string |
entityType |
|
int |
maxCount |
|
Returns
Implements
Extension Methods