Links in master page

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

Since the master page is used in pages located in many folders how can I add
relative links to the master page?

Thank you,
Samuel
 
Since the master page is used in pages located in many folders how can I
add relative links to the master page?

Are you talking about internal links to other pages in your web site / app,
or external links to public websites...?
 
Samuel Shulman said:
Since the master page is used in pages located in many folders how can I add
relative links to the master page?

You should be able to use:

<a href="~/path/to/file.aspx" runat="server">Link title</a>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top