ASP.Net.
, :
:
, , , POST (). , , . Ruby on Rails - , , POST . , , http://google.com , POST, HTML:
<a href="http://google.com" onclick="
var f = document.createElement('form');
f.style.display = 'none';
this.parentNode.appendChild(f);
f.method = 'POST';
f.action = this.href;
var m = document.createElement('input');
m.setAttribute('type', 'hidden');
m.setAttribute('name', 'param1');
m.setAttribute('value', 'value1');
f.appendChild(m);
f.submit();
return false;">Google.com using POST</a>
, , HTML . document.createElement('input'); appendChild , , .