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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









SessionStateSectionHandler

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

The SessionStateSectionHandler class, like all
section handlers, is responsible for parsing a portion of the

web.config file and applying ASP.NET settings
accordingly. The SessionStateSectionHandler
considers the data in the <sessionstate>
sections. This class is used transparently by the ASP.NET framework
and is not used directly in your code.

class 

SessionStateSectionHandler : System.Configuration.IConfigurationSectionHandler {
// Public Instance Methods
public object

Create (object

parent , SectionHandlerobject

configContextObj , System.Xml.XmlNode

section );
// implements System.Configuration.IConfiguration
}




/ 873