MVC View面页提交表单时,面页接收不到值时
使用绝对路径,不要使用相对路径
<form runat="server" method="get" action=@Url.Content("~/addtools/onpays/alipay/default.aspx") >
使用绝对路径,不要使用相对路径
<form runat="server" method="get" action=@Url.Content("~/addtools/onpays/alipay/default.aspx") >