ASP.NET MVC gives you a powerful, patterns-based way to build dynamic websites that
enables a clean separation of concerns and gives you full control over markup
diff --git a/软件系统浏览器模版/Views/Shared/_Layout.cshtml b/软件系统浏览器模版/Views/Shared/_Layout.cshtml
index 8dd973f..daeca0f 100644
--- a/软件系统浏览器模版/Views/Shared/_Layout.cshtml
+++ b/软件系统浏览器模版/Views/Shared/_Layout.cshtml
@@ -17,7 +17,7 @@
- @Html.ActionLink("应用程序名称", "Index", "Home", new { area = "" }, new { @class = "navbar-brand" })
+ @Html.ActionLink(CommonLibrary.Resource.StringResouce.SoftName, "Index", "Home", new { area = "" }, new { @class = "navbar-brand" })