AjaxControlToolkit.Jasmine.Suites.Suite.GetCurrentPage C# (CSharp) Method

GetCurrentPage() protected method

protected GetCurrentPage ( ) : string
return string
        protected string GetCurrentPage()
        {
            return Request.Url.AbsoluteUri;
        }