@page @using Localization.Resources.AbpUi @using Microsoft.Extensions.Localization @using Volo.CmsKit.Pages @using Volo.CmsKit.Web.Pages.CmsKit.Shared.Components.Commenting @model PublicModel @inject IStringLocalizer Localizer

CMS Kit DEMO - Public

Any fool can write code that a computer can understand. Good programmers write code that humans can understand.

Martin Fowler
@await Component.InvokeAsync(typeof(CommentingViewComponent), new { entityType = "publicQuote", entityId = "1", loginUrl="Account/Login?ReturnUrl=%2Fpublic" })

Writing code is very simple, but writing simple code is the hardest thing there is!

@await Component.InvokeAsync(typeof(CommentingViewComponent), new { entityType = "publicQuote", entityId = "2", loginUrl="Account/Login?ReturnUrl=%2Fpublic" })