- @if (Model.VariablePropertyModels != null)
+
+ @if (Model.VariablePropertyModels != null)
{
@foreach (var a in Model.VariablePropertyModels)
- {
+ {
- var item = a;
+ var item = a;
- var custom = VariablePropertyRenderFragments.TryGetValue(item.Key, out var renderFragment);
+ var custom = VariablePropertyRenderFragments.TryGetValue(item.Key, out var renderFragment);
- if (!custom)
- {
- var has = VariablePropertyEditors.TryGetValue(item.Key, out var items);
- if (has)
- {
+ if (!custom)
+ {
+ var has = VariablePropertyEditors.TryGetValue(item.Key, out var items);
+ if (has)
+ {
-