View (from DevOps) |
@if (!string.IsNullOrEmpty(Model.JSON)) { } | Upload and Extract | @if (Model.JsonFiles is not null && Model.JsonFiles.Any()) { } |
@if (Model.WorkItems is not null && Model.WorkItems.Any()) {
@page @model Mesa_Backlog.Pages.FetchData @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
View (from DevOps) |
@if (!string.IsNullOrEmpty(Model.JSON)) { } | Upload and Extract | @if (Model.JsonFiles is not null && Model.JsonFiles.Any()) { } |