SyntaxFix
Write A Post
Hire A Developer
Questions
You mean inline helper?
@helper SayHello(string name) { <div>Hello @name</div> } @SayHello("John")