GetGlobalResourceObject无法在<%@页面Async =“ true”%>的页面中使用

时间:2019-03-19 11:27:47

标签: c# .net asynchronous

GetGlobalResourceObject无法在具有<%@ Page Async =“ true”%>的页面中使用。因此,所有html标记的翻译均无效。如何使其工作。

我正在使用.NET 4.5。我的代码看起来像

<div class="row" style="color:red;">

    <b><%= GetGlobalResourceObject("Resource","Label_ImportantPoints") %>:</b>
    <ul>
        <%= GetGlobalResourceObject("Resource","Label_Info") %>
    </ul>

</div>

0 个答案:

没有答案