0

I am usnig a VirtualPathProvider, but with in the function

public bool IsPathVirtual(string virtualPath)
    {}

virtualPath give just the URL with out query string my question is how can i get query string.

Bakri
  • 597
  • 10
  • 22

1 Answers1

0

after searching the solution as easy as this

HttpContext.Current.Request.Url.ToString();
Bakri
  • 597
  • 10
  • 22