I\'d want to make button onclick function that takes some input.
onclick
Check @functions { pu
I try this and worked
@onclick="(() => FunctionName(argument))
like
@onclick="(() => GetDetail(item.UserId))
Got idea from https://github.com/aspnet/AspNetCore/issues/15956 .