私は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.
これをページディレクティブに実装するにはどうすればよいですか?