ASP.Net/Development/Path

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

Reference Root Path

<html> 
<body>
<h1>Root path reference test page</h1>
<form runat="server">
<a href="~/otherpages/hi.aspx" runat="server">
<img runat="server" src="~/images/hi.gif"/>
</a>
</form>
</body> </html>