public static IWebContext GetWebContext(
HttpContext context
)
Public Shared Function GetWebContext (
context As HttpContext
) As IWebContext
public:
static IWebContext^ GetWebContext(
HttpContext^ context
)
static member GetWebContext :
context : HttpContext -> IWebContext