@{ Layout = "~/Views/Shared/_Layout.cshtml"; } @using SecureSharing.Business.Infrastructure @using System.Text.Json @model MessageModel

Share files

@{ if (Model is not null && Model.Files.Count > 0) { } }