Class HttpContextDependencyInjectionExtensions
Inheritance
HttpContextDependencyInjectionExtensions
Assembly: DotNetNuke.dll
Syntax
public static class HttpContextDependencyInjectionExtensions
Methods
ClearScope(HttpContext)
Declaration
public static void ClearScope(this HttpContext httpContext)
Parameters
ClearScope(HttpContextBase)
Declaration
public static void ClearScope(this HttpContextBase httpContext)
Parameters
GetScope(HttpContext)
Declaration
public static IServiceScope GetScope(this HttpContext httpContext)
Parameters
Returns
| Type |
Description |
| IServiceScope |
|
GetScope(HttpContextBase)
Declaration
public static IServiceScope GetScope(this HttpContextBase httpContext)
Parameters
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