How would I join two c# strings in cshtml file?
If I had: @Model.country and @Model.state and I wanted the out put to be country and state what would I do?