| UrlUtilsGetFullApplicationPath Method  | 
            Returns the application path as a full URL with scheme but without trailing '/'.
            
 
Namespace: PDTec.IceNet.Web.UtilsAssembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static string GetFullApplicationPath(
	HttpRequest pRequest
)
Parameters
- pRequest
 - Type: System.WebHttpRequest
 
Return Value
Type: 
StringThe application path as a full URL.
See Also