HttpConfigurationContext

HttpConfigurationContext

System.Web.Configuration (system.web.dll)class

This class supplies the current context information to configuration section handlers in ASP.NET applications. The single VirtualPath property provides the path to the current web.config file that is evaluated, unless it is the root web.config for the site or the machine.config file is being evaluated instead (in which case it will return an empty string).

You don't need to use this class directly in your code.

public class HttpConfigurationContext { // Public Instance Properties    public string VirtualPath{get; } }


ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net