C# (CSharp) NSoft.NFramework.Web Namespace

Nested Namespaces

NSoft.NFramework.Web.Access
NSoft.NFramework.Web.Caching
NSoft.NFramework.Web.ControlAdapters
NSoft.NFramework.Web.Cookies
NSoft.NFramework.Web.HttpApplications
NSoft.NFramework.Web.HttpHandlers
NSoft.NFramework.Web.HttpModules
NSoft.NFramework.Web.Mvc
NSoft.NFramework.Web.PageAdapters
NSoft.NFramework.Web.PageStatePersisters
NSoft.NFramework.Web.Pages
NSoft.NFramework.Web.Services
NSoft.NFramework.Web.TelerikEx
NSoft.NFramework.Web.Tools
NSoft.NFramework.Web.UserControls

Classes

Name Description
AbstractOutputCacheProvider .NET 4.0 이상에서 ASP.NET Page의 OutputCache를 CacheRepository를 통해 저장/로드됩니다. 참고: http://www.4guysfromrolla.com/articles/061610-1.aspx http://weblogs.asp.net/gunnarpeipman/archive/2009/11/19/asp-net-4-0-writing-custom-output-cache-providers.aspx http://weblogs.asp.net/scottgu/archive/2010/01/27/extensible-output-caching-with-asp-net-4-vs-2010-and-net-4-0-series.aspx
AbstractSessionStateStoreProvider ASP.NET 웹 Application의 세션 정보를 캐시 서버에 저장해주는 클래스입니다.
참고 : https://github.com/enyim/EnyimMemcached/wiki/MemcachedClient-Usage 참고 : http://msdn.microsoft.com/en-us/library/ms178589.aspx
AppSettings NSoft.NFramework Web Application 환경설정의 AppSettings 섹션에 정의된 설정 정보를 제공합니다.
AppSettings.Default 환경설정(AppSettings)의 기본값입니다.
ClientScriptUtils Client Script (javascript, vbscript)를 생성하기 위한 Utility Class
MimetypeToolFixture
SR Internal String Resources
UrlBuilder URL 문자열을 Fluent 방식으로 빌드해주는 클래스입니다.
UserInfo
UserInfo.AddressInfo
VirtualPathUtilityBase
VirtualPathUtilityWrapper
WebAppContext Current Thread Context에서 유지할 정보를 제공합니다.
WebAppContext.Current Current Thread Context에 보관된 정보
WebAppContext.Services Business Logic Layer 의 서비스들입니다.
WebClientFactory WebClientHttpWebRequest에 대해서, 일반 브라우저와 같은 속성 값을 미리 설정해서 생성해줍니다.
WebControlUtils UserControl 조작에 사용되는 Utility Class