Làm cách nào để kết xuất Boolean thành biến JavaScript trong tệp cshtml?
Hiện tại điều này cho thấy một lỗi cú pháp:
<script type="text/javascript" >
var myViewModel = {
isFollowing: @Model.IsFollowing // This is a C# bool
};
</script>