public static void SetWebContext(
HttpContext context,
IWebContext webContext
)
Public Shared Sub SetWebContext (
context As HttpContext,
webContext As IWebContext
)
public:
static void SetWebContext(
HttpContext^ context,
IWebContext^ webContext
)
static member SetWebContext :
context : HttpContext *
webContext : IWebContext -> unit