Selected item: {{value: Name}}, {{value: IsTrue}}
+ + + + + diff --git a/src/Samples/Common/Views/FeatureSamples/MarkupControl/CommandAsPropertyWrapper.cs b/src/Samples/Common/Views/FeatureSamples/MarkupControl/CommandAsPropertyWrapper.cs new file mode 100644 index 0000000000..2772994a13 --- /dev/null +++ b/src/Samples/Common/Views/FeatureSamples/MarkupControl/CommandAsPropertyWrapper.cs @@ -0,0 +1,24 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using DotVVM.Framework.Binding; +using DotVVM.Framework.Controls; + +namespace DotVVM.Samples.Common.Views.FeatureSamples.MarkupControl +{ + public class CommandAsPropertyWrapper : DotvvmMarkupControl + { + + public Func