Subscriber portal
Gets the application logical path.
public string ApplicationVirtualPath { get; }
The application logical path.
The following code example shows how to obtain the application logical path.
public string GetApplicationVirtualPath() { // Get the name of the application virtual path. return (string.Format( "Application virtual path: {0}", ApplicationInformation.ApplicationVirtualPath)); }
WebApplicationInformation ClassSystem.Web.Management Namespace