Closed cuiliang closed 4 years ago
Hello @cuiliang ,
Thank you for reporting.
I will ask my developer to look at this to see what's possible to do and what's the best for the future.
Best Regards,
Jon
Hello @cuiliang ,
We talked about it internally and for now, we will try to avoid doing it as time doesn't permit and this request might require too much effort.
However, it's already possible to call some external method in interpolation, I'm not sure if that could work for you: https://dotnetfiddle.net/kqMZAl
Let me know if that alternative solution could work for you.
Best Regards,
Jon
got it, thank you!
Hi, Is there any chance to implement "pipe operator" like angular or other templating language? like this:
which means call 'upcase' function on title, then interpolation. I konw it's nothing about c# , but It will be very useful in a expression.