@Comment.Title @Comment.UserFullName @foreach (var item in Comment.Children) { } @code { [Parameter] public CommentSDto Comment { get; set; } [Parameter(CaptureUnmatchedValues = true)] public Dictionary CapturedAttributes { get; set; } = new(); }