Interface IHttpContextBaseFactory
The IHttpContextBaseFactory interface. Used to abstract the HttpContext static class.
Namespace: ImageVault.Common.Lib.Web
Assembly: ImageVault.Common.dll
Syntax
public interface IHttpContextBaseFactory
Properties
Current
Gets the Current of the ScriptHelperBase
Declaration
HttpContextBase Current { get; }
Property Value
| Type | Description |
|---|---|
| System.Web.HttpContextBase |