Home
Online Home
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment