Class HttpContextBaseFactory
Implements the IHttpContextBaseFactory for the normal HttpContext class
Inheritance
System.Object
HttpContextBaseFactory
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Lib.Web
Assembly: ImageVault.Common.dll
Syntax
public class HttpContextBaseFactory : IHttpContextBaseFactory
Fields
Instance
Get/Sets the Instance of the HttpContextBaseFactory
Declaration
public static HttpContextBaseFactory Instance
Field Value
Type | Description |
---|---|
HttpContextBaseFactory |
Properties
Current
Gets the Current of the httpContextBaseFactory
Declaration
public HttpContextBase Current { get; }
Property Value
Type | Description |
---|---|
System.Web.HttpContextBase |