i cant understand the following statement:
"HttpContext.Current.User.Identity.IsAuthenticated"
'httpcontest' is a class,'current' is its property,httpcontext.current means invoke httpcontext's current property,but after that,httpcontext.current.user means what?how can they use statemene like...