@page "/SimpleEdit" @rendermode InteractiveServer SimpleEdit @if (!string.IsNullOrEmpty(outClose)) {
@outClose
} else if (!string.IsNullOrEmpty(outSave)) {
@outSave
}
@JsonSer