Gets the ASP.NET application's virtual application root path on the server.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public string ApplicationPath { get; }
Visual Basic
Public ReadOnly Property ApplicationPath As String
	Get

See Also