ErrorNotificationBox というカスタム ユーザー コントロールがあります。それを自分のページに配置するには、古いことをします...
<%@ Register Src="~/PathTo/ErrorNotificationBox.ascx" TagName="ErrorNotificationBox" TagPrefix="uc" %>
<uc:ErrorNotificationBox Runat="server" id="myEnb" Caption="My Test Caption" />
HtmlHelper を拡張してユーザー コントロールを含めることはできますか? つまり..
<%= Html.ErrorNotificationBox("My Test Caption")%>
助けてくれてありがとう。
ETFエアファックス