微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

将输入选择值发送到@Url.Action

如何解决将输入选择值发送到@Url.Action

                <div class="input-group-prepend">
                    <label class="input-group-text" for="inputGroupSelect01lbl">Select the Month  </label>
                </div>
                <select class="custom-select" id="inputGroupSelect01"></select>
                <div class="input-group-append">
                    <a ng-click="getTeamAttenbydt()"> <span class="input-group-text" id="basic-addon2">Review</span></a>
                    <a href="@Url.Action("DownloadPartialViewPDF","MyCalender")?dat='sss' "><img src="~/Images/pdfdownload.png" style="width: 35px;margin-left: 12px;margin-top: 1px;margin-right: 12px;" /></a>
                </div>

            </div>

我想将 inputGroupSelect01 的值发送到 url.action 参数 (dat)

我的意思是我想发送 inputGroupSelect01 而不是 sss 的值

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。