Tuesday, May 31, 2022

Condition in ASP.NET C# if URL is having ? in if condition

 if(Request.Url.AbsoluteUri.ToString().IndexOf("?")>0)

{

//Your condition here

}

No comments:

Post a Comment