Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
883 views
in Technique[技术] by (71.8m points)

model view controller - send input select value to @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>

i want to send the value of inputGroupSelect01 to the url.action parameter (dat)

i mean that i want to send the value of inputGroupSelect01 instead of sss

question from:https://stackoverflow.com/questions/65936032/send-input-select-value-to-url-action

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

63 comments

56.5k users

...