AFAIK you aren't going to be able to get this to work. WebForms pretty much requires unsafe inline scripting and unsafe eval so it cannot be disabled in the CSP. It might work in the simplest of example pages but not in a more realistic situation.
Having said that, refer to this Stack Overflow post where there is talk about setting some script manager options that may help a little but the 2 unsafe options are still pretty much required. You'd need to move away from Web forms to meet more current CSP standards.