Inline tag not executing in an asp.net master page

后端 未结 1 1223
礼貌的吻别
礼貌的吻别 2021-01-20 03:19

This really should be so very simple...

I have an asp.net master page which is working as expected. It includes some asp: tags without any problems.

The mast

相关标签:
1条回答
  • 2021-01-20 03:34

    Try this one

    UPDATE: <link rel="stylesheet" type="text/css" href=<%="'css/main.css?v="+"34'"%> />

    0 讨论(0)
提交回复
热议问题