protected string MyProperty { get { return "your value"; } }
然后在javascript
var myValue = "<%= MyProperty %>";