【发布时间】:2011-11-02 17:57:23
【问题描述】:
我在 asp.net 应用程序中有一个属性
ABPS.PRR.WEB.CurrentSession.Theme
我将它设置在 aspx 页面中的 @Page 指令中,例如:
<%@ Page StylesheetTheme="ABPS.PRR.WEB.CurrentSession.Theme" Title="Default" ... %>
但我遇到了运行时错误
Parser Error Message: Theme 'ABPS.PRR.WEB.CurrentSession.Theme' cannot be found in the application or global theme directories.
如何在页面指令中实现这一点?
【问题讨论】:
标签: asp.net themes stylesheet page-directives