下のリンクは正常に機能しますが、Url.Content を使用したいだけです。アドバイスをお願いします。
$('#btnAddConsumer').click(function () {
window.open('/ProductDetails/AddNewProduct/', 'AddProduct', 'height=' + (window.screen.height - 470) + ',width=820,left=' + (window.screen.width - 5) + ',top=10,status=no,toolbar=no,resizable=yes,scrollbars=yes');
});