如何模仿c#中的html按钮

时间:2018-03-24 16:12:04

标签: c# html button

我的html中有这个按钮

<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server" action="https://www.sandbox.paypal.com/mep/dashboard" method="post">

<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="elkpaypal1@gmail.com" />

<input type="hidden" name="item_name" value="My painting" />
<input type="hidden" name="amount" value="10.00"/> 
<input type="submit" value="Buy!" />

</asp:Content>

我需要动态地为10.00所在的位置赋值。如果有人有办法这样做?我比ctml更熟悉c#。有没有办法模仿这个按钮是c#,以便我可以通过从标签中拉出来分配该值?

0 个答案:

没有答案