Partager via


PathUtility.ApplicationPath Property

 

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