Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am adding dymanic meta tag refresh :
With metatag
.Name="refresh"
.HttpEquiv="Refresh"
.Content="0;Url=/testing/default.aspx"
end

how can I add resolve URL to
.Content="0;Url=/testing/default.aspx" 
?
I need to make sure that url get resolve. Something like this:ResolveUrl(Me.ImageUrl)
Posted
Updated 11-May-11 9:13am
v3

1 solution

Maybe this tip/trick will help:

Resolving Paths in a Multi-Folder WebSite[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900