Platform Core .NET Assemblies API
GetUrl(HttpRequestBase,String,NameValueCollection) Method
See Also  Send Feedback
Terrasoft.Web.Common Namespace > WebUtilities Class > GetUrl Method : GetUrl(HttpRequestBase,String,NameValueCollection) Method
requestBase
The parameter of the HttpRequestBase type.
pagePath
The paths to the page in the application may contain the root path of the current application.
queryString
A collection of parameters passed to the page, the HttpValueCollection type

Glossary Item Box

Testing method. Returns the URL string, the full path to the page in the current application.

Syntax

 
C#
 
 

Parameters

requestBase
The parameter of the HttpRequestBase type.
pagePath
The paths to the page in the application may contain the root path of the current application.
queryString
A collection of parameters passed to the page, the HttpValueCollection type

Return Value

Full URL string.

Remarks

ServerVariables installed by the balancer and the value of the ApplicationPath property are used from HttpRequest.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Terrasoft 2002-2018.