I have this:
var s = $"my name is {model.Name}":
and I want the string to be:
"my name is "someone""
How can I do this?
Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...
No comments:
Post a Comment