WebContext.ApplicationLevel Property

 

Gets a WebApplicationLevel object that represents the path level of the current Web application.

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

Public ReadOnly Property ApplicationLevel As WebApplicationLevel

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

' WebContext - Application Level.
Console.WriteLine("ApplicationLevel: {0}", _
  webContext.ApplicationLevel.ToString())

.NET Framework
Available since 2.0
Return to top
Show: