@model WebfrontCore.ViewModels.ActionInfo @{ Layout = null; }
@foreach (var input in Model.Inputs) {
@input.Name
{ string inputType = input.Type ?? "text"; string value = input.Value ?? ""; } }