I have the following code:
public class NavigationPath { private string menuItems = \"\" + \"
Instead of calling ResolveClientUrl on the Page object (or any controls), you can also use VirtualPathUtility.ToAbsolute("~/home.aspx"); which will give you the same result as calling ResolveUrl("~/home.aspx");
ResolveClientUrl
VirtualPathUtility.ToAbsolute("~/home.aspx");
ResolveUrl("~/home.aspx");