I’m trying to detect if the user landed on my page through a google result, or to be more correct if the page was not accessed with in a link on my page. The codesample below is a example of what im trying to do
bool googleResult = "somecode";
if (googleResult){
//do something
}
Check
Request.UrlReferrer.