I am using ASP.NET MVC 3.0 and KnockoutJS. I was trying to add the binding into my View Helpers like this ...
KnockoutJS
@Html.TextBoxFor(model => model.Nam
It doesn't like the hyphen in the property name. To fix this change @data-bind to @data_bind and this will then render with a hyphen on the page.
@data-bind
@data_bind