Files
ClientServerProject/软件系统浏览器模版/Views/Shared/_MessageSuccessPartial.cshtml

8 lines
314 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="alert alert-dismissible alert-success" style="margin:15px 15px">
<button type="button" class="close" data-dismiss="alert">&times;</button>
<h4>成功信息<small><small style="margin-left:10px;">请求ID@ViewData["GUID"]</small></small></h4>
<p>@ViewData["alertMessage"]</p>
</div>