Dim _portalSettings As PortalSettings = CType(HttpContext.Current.Items("PortalSettings"), PortalSettings)
i know HttpContext.Current is to get the HttpContext object for the current HTTP request
but I still have trouble to understand HttpContext.Current.Items("PortalSettings") part.
Can some1 please explain it to me ? i got stuck on this part.
thank you so much.