WebContext.Path Property

 

Gets the current virtual path of the Web application.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

member Path : string with get

Property Value

Type: System.String

The current virtual path of the Web application.

The following example shows how to use the Path property. This code example is part of a larger example provided for the WebContext class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: