Design and CSS styles
Version 6.x > Design and CSS styles > Hiding Master Page Content View modes: 
User avatar
Member
Member
Tankit.mistry-gmail - 9/24/2012 5:05:57 AM
   
Hiding Master Page Content
Hello,

In my website there a requirement like : When user comes to my web site from Affiliate page at that time i want to hide one web part which is on Master Page.
Is this possible ?


Thank You
Ankit.

User avatar
Kentico Customer Success
Kentico Customer Success
kentico_martind2 - 9/24/2012 6:18:38 AM
   
RE:Hiding Master Page Content
Hi Ankit,

The {%URLReferrer%} macro returns the value of HttpContext.Current.Request.UrlReferrer. Tthe URLReferrer macro is set when the session is being created, meaning only on the first user's request.

I hope this will help you.

Best regards,
Martin Danko