ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









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; }
}




/ 873