Bir cshtml dosyasındaki bir JavaScript değişkenine Boole nasıl oluştururum?
Şu anda bu bir sözdizimi hatası gösteriyor:
<script type="text/javascript" >
var myViewModel = {
isFollowing: @Model.IsFollowing // This is a C# bool
};
</script>