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 public static string GetFullApplicationPath(
HttpRequest pRequest
)
Parameters
- pRequest
- Type: System.WebHttpRequest
Return Value
Type:
StringThe application path as a full URL.
See Also