ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
@Html.Awe().Button() with Icon
Title:
B
I
{code}
?
with this source @Html.Awe().Button().CssClass("btn btn-default btn-xs").OnClick(Html.Awe().OpenPopup("popItaCouInfoDdc")) I get <button onclick="awe.open('popItaCouInfoDdc', {}, event)" type="button" class="awe-btn btn btn-default btn-xs"></button> This is what I need <button onclick="awe.open('popItaCouInfoDdc', {}, event)" type="button" class="awe-btn btn btn-default btn-xs"><i class='fa fa-question'></i></button>
Save Changes
Cancel
mtugnoli
asked at 07 Nov 2017
add .Text("<i class='fa fa-question'></i>")
at 07 Nov 2017
Omu
Very Good
at 07 Nov 2017
mtugnoli
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK