Inheritance
DefaultBlogPostCommentViewComponent
Assembly: Volo.CmsKit.Public.Web.dll
[ViewComponent(Name = "CmsDefaultBlogPostComment")]
public class DefaultBlogPostCommentViewComponent : AbpViewComponent
Constructors
Declaration
public DefaultBlogPostCommentViewComponent(IBlogPostPublicAppService blogPostPublicAppService)
Parameters
Fields
Declaration
protected IBlogPostPublicAppService BlogPostPublicAppService
Field Value
Methods
Declaration
public virtual Task<IViewComponentResult> InvokeAsync(string entityType, string entityId)
Parameters
Returns
Extension Methods