在 .master 中

诸如:

<link href="~/css/style.css" rel="stylesheet" type="text/css" />

<img src="~/123.jpg"/>

都会被正确替换、解析。

在CSS 中:

  body{ background-image:url(~/images/t.gif)}

是不会被解析的。

在 .aspx中 ,只能用在服务器控件里。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-08
猜你喜欢
  • 2021-06-30
  • 2021-07-30
  • 2021-06-07
  • 2021-07-24
  • 2021-06-01
  • 2022-02-25
相关资源
相似解决方案