Click or drag to resize
UrlUtilsGetFullApplicationPath Method
Returns the application path as a full URL with scheme but without trailing '/'.

Namespace: PDTec.IceNet.Web.Utils
Assembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static string GetFullApplicationPath(
	HttpRequest pRequest
)

Parameters

pRequest
Type: System.WebHttpRequest

Return Value

Type: String
The application path as a full URL.
See Also