I try use syntax shown in this Post but I still getting errors like:
Invalid expression, RouteUrlExpressionBuilder expects a string with format: RouteName=route,Key1=Value1,Key2=Value2.
My route and link are:
routes.MapPageRoute("about", "about/", "~/About.aspx");
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="<%$RouteUrl:about%>">About</asp:HyperLink>
Could u tell my what I doing wrong?