将输入选择值发送到@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 (将#修改为@)