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: 7.2.0.0 (7.2.7583.15464)
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