© 2026 Hedgehog Software, LLC
<SumComponent> <IntList> 1 2 3 </IntList> </SumComponent>
[Parameter] public List<int> IntList {get; set;}
<p>The Sum is @(IntList.Sum())</p>