Show / Hide Table of Contents

Class HttpContextDependencyInjectionExtensions

Inheritance
object
HttpContextDependencyInjectionExtensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Common.Extensions
Assembly: DotNetNuke.dll
Syntax
public static class HttpContextDependencyInjectionExtensions

Methods

ClearScope(HttpContext)

Declaration
public static void ClearScope(this HttpContext httpContext)
Parameters
Type Name Description
HttpContext httpContext

ClearScope(HttpContextBase)

Declaration
public static void ClearScope(this HttpContextBase httpContext)
Parameters
Type Name Description
HttpContextBase httpContext

GetScope(HttpContext)

Declaration
public static IServiceScope GetScope(this HttpContext httpContext)
Parameters
Type Name Description
HttpContext httpContext
Returns
Type Description
IServiceScope

GetScope(HttpContextBase)

Declaration
public static IServiceScope GetScope(this HttpContextBase httpContext)
Parameters
Type Name Description
HttpContextBase httpContext
Returns
Type Description
IServiceScope

SetScope(HttpContext, IServiceScope)

Declaration
public static void SetScope(this HttpContext httpContext, IServiceScope scope)
Parameters
Type Name Description
HttpContext httpContext
IServiceScope scope

SetScope(HttpContextBase, IServiceScope)

Declaration
public static void SetScope(this HttpContextBase httpContext, IServiceScope scope)
Parameters
Type Name Description
HttpContextBase httpContext
IServiceScope scope
Back to top by the community, for the community... #DNNCMS