ASP.Net/Development/Path

Материал из .Net Framework эксперт
Перейти к: навигация, поиск

Reference Root Path

   <source lang="csharp">

<html> <body>

Root path reference test page

<form runat="server"> <a href="~/otherpages/hi.aspx" runat="server"> <img runat="server" src="~/images/hi.gif"/> </a> </form> </body> </html>

      </source>