Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the application path in HttpContext.
Namespace: Microsoft.WindowsServerSolutions.Web
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public static string ApplicationPath { get; }
public:
property String^ ApplicationPath {
static String^ get();
}
Public Shared ReadOnly Property ApplicationPath As String
Property Value
Type: System.String
An instance of String that contains the application path.
See Also
PathUtility Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top