Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将如何在 ASP.Net 而不是 HTML 中表达以下内容?
<input type="image" class="no-border" src="img/forms/submit_btn.png" alt="submit" name="submit" />
<asp:ImageButton runat="server" ImageUrl="img/forms/submit_btn.png" CssClass="no-border" ToolTip="Submit" name="Submit" Id="SubmitImageButton" />